-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream video via ffmpeg #5
Comments
I have a similar problem on #6. To fix the black screen error you should do |
Man can i know how u auth to ur acc? Thx |
So, looks like api useless? |
@Enelar looks like so. Actually, it's not about the API, the problem is about the stream. Either you should include special headers in it or a video itself should be encoded somehow specially. |
@zvedenyuk if you patch ffmpeg to attach wowza-specific metadata to the rtmp stream it stops crashing on android so that's a start. It's still crashing on iOS for me however which is very peculiar. here is the system log attached to the crash:
I've tried doing all kinds of wild & wacky things with metadata but I have no idea how to debug it any further. Fixing this last point would complete the solution. |
@MichaelZaporozhets thank you for sharing! Hope that eventually, we'll find a solution. |
Hello
I've done everything with API.
But i have one main problem yet - i can not stream video to periscope. Ffmpeg connects to server, streams video - i see black screen in browser or fatal error in android application.
Video codec: h264
Audio codec: AAC
I have tried "-f flv" and "-f mpegts" - same result at all.
May be someone already solved this problem...
Thanks
The text was updated successfully, but these errors were encountered: