-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
is stable the srtdroid ? #16
Comments
I am not sure I understand your questions. The master of this repo is based on SRT v1.4.3 rc.1 (I am waiting the official v1.4.3 to tag srtdroid). |
is there any example app ? And how can you watch the srt files, because exoplayer right now doesn't support this format |
You will find example in chat and examples. But I guess you misunderstand SRT purpose. SRT purpose is only to transmit data with the higher possible bitrate. You can see it as an improved UDP Socket. It does not transmit video or audio unless you tell it to transmit video or audio. It is not a container nor file format. You should read documentation on SRT. Also, I am working for a live streaming SDK based on SRT. It is private repository because it is still a WIP. To watch the stream result, I build ffmpeg with libsrt. |
You are right! Cause i would stream with srt like https://obsproject.com/wiki/Streaming-With-SRT-Protocol |
Ok. I only have tested the other way (from phone to a FFmpeg server). |
Haivision has implement sdk for SRT Player? |
You should check with them, but I haven't seen anything like this.
Do you mean stream from a Android phone to an SRT server? |
Correctly!!
I found something but is bugged: https://github.com/Edward-Wu/liteplayer-srt |
I think this one is based on FFmpeg Android. It can be a solution.
FFmpeg Android can be a solution too. Also, my SRT live streaming SDK could be another solution. |
Perfect I try for sure! And it works correctly ? If i wanna stream to a specific srt server
The problem of this sdk it cannot compile, but if you want to create a sdk video player, let me know I can help you. |
I do not plan to create a SRT video player SDK for now. I understand liteplayer does not compile, what I mean is that you can find FFmpeg Android solution on github. |
Mmmmh I will try, for now I think I need to stream srt like this -> https://github.com/pedroSG94/rtmp-rtsp-stream-client-java and https://github.com/pedroSG94/AndroidReStreamer |
Good luck with this :) |
Yeah you can close this issue, but you think it is possible to stream to srt server ? |
Technicaly, it is possible to stream MPEGTS+SRT from an Android device to an SRT server. |
Ok, i saw larix broadcaster https://softvelum.com/larix/ , do you know how can we create something like that? |
You can purchase their SDK. |
And can you display the srt ?
The text was updated successfully, but these errors were encountered: