VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Hi guys, I have a IPTV link that accept only one conection, I need to restream this http://iptv.com:8888/user/pass/1.ts from my server to another clients, is there a way to do it with ffmpeg? Im using ubuntu server
    Thanks in advance
    Quote Quote  
  2. Member
    Join Date
    Mar 2019
    Location
    Germany
    Search PM
    Yes. ffmpeg has the ability to restream a livestream without reencoding. OBS can do that as well.

    Code:
    ffmpeg -re -i <m3u8_5000kbps_url> -c:v copy -c:a aac -ar 44100 -ab 128k -ac 2 -strict -2 -flags +global_header -bsf:a aac_adtstoasc -bufsize 3000k -f flv "<rtmp adress of the video host e.g. youtube>"
    https://gist.github.com/qntmpkts/403a027a4bfe99812ebf8952c41f8789

    There are also apps like this but not for free.
    Quote Quote  
  3. Thank you, anyway to restream in ts or m3u8 with http link?
    Quote Quote  
  4. Member
    Join Date
    Mar 2019
    Location
    Germany
    Search PM
    Originally Posted by tomasrage View Post
    Thank you, anyway to restream in ts or m3u8 with http link?
    You mean your source is a http://blabla.com/channel.ts and you want your clients to get a .m3u8 link? It depends on the server you are using to stream. You can create your own streaming server with NGINX.
    You can also use Twitch, Telerium.tv or whatever and you can grab the .m3u8 URL from them.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!