-
Notifications
You must be signed in to change notification settings - Fork 6k
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
How to play an UDP URI in demo module? #2630
Comments
Hello. At least threre is no reason for @ before IP address. Second, but not a source of the issue: 239 (as 224 and some others) group isn't suitable for an own multicast stream. |
@mossc |
@Avetri About the @ before IP address, I had tested both URIs in VLC player Android version. And I had the same URI structure as issue #2029 , I think the UDP source is fine. Or... I still miss something? I will attach full log later. |
@Avetri udp://@239.255.42.128:5004 udp://239.255.42.128:5004 Also attach the successfully playback log of VLC player |
I am not sure. Please attach a sample. Successfull VLC's playback says almost nothing. It is old native player that can open many kinds of bad content. Unfortunatelly the logcat's logs are helpless. I saw no helpfull info. Output of the player is almost absent. |
So You have to make dumps of the Transmitter's stream in this case. No fact that there is MPEG TS in the stream as I expected. |
OK, I will try to dump the Transmitter's stream. Mean while, do you have any suggestion to build another transmitter? I just want to try to use ExoPlayer play a multicast stream. Thanks for your help! |
I had dumped the streaming data from transmitter, please reference to the attachment. Check the dump file through MediaInfo: Thanks |
@Avetri |
Step:
according to the reply from @Avetri of issue How to use UdpDataSource in exoplayer? #2029
Result:
Video won't be played and keep showing
playWhenReady:true playbackState:buffering window:0
locat
Note:
The text was updated successfully, but these errors were encountered: