mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 22:00:34 -06:00
[GH-ISSUE #58] Youtube Live streaming #53
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/CocoaSplit#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @350d on GitHub (Dec 30, 2014).
Original GitHub issue: https://github.com/zakk4223/CocoaSplit/issues/58
Hello! I'm trying to setup Youtube live event. I'm using File type for Outputs with "rtmp://a.rtmp.youtube.com/live2" value and have tried default and custom settings based on AppleVTcompressor and custom default compressor settings with cbr and keyframe settings following youtube recommendations. My final setup looks like this:
I've tried different sources (webcam, syphon, desktop capture) - no luck. Still have the same error in console:
2014-12-29 22:24:49.551 CocoaSplit[1904:1212610] ALLOCATING FOR 2048
2014-12-29 22:24:49.693 CocoaSplit[1904:1395272] ATTACHING OUTPUT
2014-12-29 22:24:49.693 CocoaSplit[1904:1395272] SETTINGS <CaptureController: 0x7fe993036c00>, FPS 30.000000
2014-12-29 22:24:49.693 CocoaSplit[1904:1395272] Creating output format FLV DESTINATION rtmp:/a.rtmp.youtube.com/live2
2014-12-29 22:24:49.693 CocoaSplit[1904:1395272] FRAMERATE FFMP 30 SAMPLE 44100 BITRATE 128
2014-12-29 22:24:49.694 CocoaSplit[1904:1395272] ATOMS {
avcC = <014d001f ffe10020 274d001f 898b6028 02dd8014 a00004e2 0000f424 1c0c0017 700005dc 17bdf050 01000428 ee1f20>;
}
Output #0, flv, to 'rtmp:/a.rtmp.youtube.com/live2':
Stream #0:0: Video: h264, 1280x720, q=2-31, 128 kb/s, 90k tbn, 30 tbc
Stream #0:1: Audio: aac, 44100 Hz, 2 channels, 0 kb/s
2014-12-29 22:24:49.694 CocoaSplit[1904:1395272] Doing AVIO_OPEN
2014-12-29 22:24:49.855 CocoaSplit[1904:1395272] AVIO_OPEN failed REASON Input/output error
2014-12-29 22:24:49.855 CocoaSplit[1904:1388023] Stopped FFMPEG
@zakk4223 commented on GitHub (Dec 30, 2014):
You need more than just the a.rtmp.youtube.com/live2 part. Looking at a youtube live even real quick, the URL also needs the 'steam name' part in it, probably something like rtmp://a.rtmp.youtube.com/live2/whateveryourstreamnameis
@350d commented on GitHub (Dec 30, 2014):
Oh wow, thanks. I've tried to put this name to Name field.