[GH-ISSUE #58] Youtube Live streaming #53

Closed
opened 2026-05-05 15:04:28 -06:00 by gitea-mirror · 2 comments
Owner

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:

screenshot 2014-12-29 22 20 46

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

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: ![screenshot 2014-12-29 22 20 46](https://cloud.githubusercontent.com/assets/429208/5575415/41656ab6-8fa9-11e4-81d4-c359944323db.png) 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
Author
Owner

@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

<!-- gh-comment-id:68328626 --> @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
Author
Owner

@350d commented on GitHub (Dec 30, 2014):

Oh wow, thanks. I've tried to put this name to Name field.

<!-- gh-comment-id:68329761 --> @350d commented on GitHub (Dec 30, 2014): Oh wow, thanks. I've tried to put this name to Name field.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/CocoaSplit#53
No description provided.