-
Notifications
You must be signed in to change notification settings - Fork 13
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
RTP stream #3
Comments
Please check: https://github.com/PhysicalGraph/STAVPlay |
Thanks, @abujalski, thank you a lot! |
I tried given example for rtsp stream for 2019 TV. It does not work. fails at avformat_open_input(&format_ctx, url.c_str(),NULL, NULL); I think enable network is disabled in ffmpeg compiled lib in this sample. so URL passing is not working. |
Hi, @rockinggit! I've tested this player on 2018 TV models, and it works pretty fine. But a minimum latency, that I've recieved was about 2s. I think some latency gives rtsp server. |
Hi @dronja ! did you used ffmpeg version given in sample or compiled yourself for tizen. I am always getting failure in avformat_open_input with "protocol not found" error. |
@rockinggit , I've used ffmpeg version given in sample and changed nothing. Check with Wireshark your rtp packets. |
Hi @dronja, How did you imported this sample to Tizen Studio ? Can you please let me know Studio version which you are using ? Nacl Toolchain version ? and a few steps which you follow to import and build ? When i try to import this project in Tizen Studio it comes as tv-samsung-public 2.4 project. (did you change configuration of this project to build ?) |
I've answered here |
Is there an example how to use the player to play rtp stream?
The text was updated successfully, but these errors were encountered: