solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
510 stars 248 forks source link

Use SRT-Protocol for streaming #57

Open tburchardt opened 4 years ago

tburchardt commented 4 years ago

I would like to use srt streaming data. On my local vlc-player I can pass the following url : "srt:127.0.0.1:9999" but it is not working if I pass it as url to the flutter-vlc-player.

mitchross commented 4 years ago

Do you have a publicly available url for me to test with?

topilski commented 4 years ago

Morning, we will provide srt streams asap

mitchross commented 4 years ago

thanks post it here when ready

topilski commented 4 years ago

@mitchross here url: srt://@fastocloud.com:8888

mitchross commented 4 years ago

Not possible see https://code.videolan.org/videolan/VLCKit/-/issues/385

arttobe commented 3 years ago

Depence SRT really on nettle or you can just optinal use it?