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
+ Reply to Thread
Results 1 to 4 of 4
-
-
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>"
There are also apps like this but not for free. -
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.
Similar Threads
-
restream a live stream
By nerojan in forum Capturing and VCRReplies: 2Last Post: 4th Jun 2016, 12:29 -
Restream MJPEG stream from ip-camera
By astute in forum Video Streaming DownloadingReplies: 3Last Post: 4th Jun 2016, 09:18 -
how to restream to more than 1 server
By koze in forum Video Streaming DownloadingReplies: 3Last Post: 20th Apr 2016, 16:15 -
(Willing to pay)ffmpeg Need help downloading live stream ffmpeg and rtmp
By grabyea in forum Video Streaming DownloadingReplies: 0Last Post: 10th Apr 2016, 16:54 -
How to restream live feed from web site?
By Geronimo66 in forum Newbie / General discussionsReplies: 1Last Post: 19th Mar 2015, 06:21