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. 
 
 https://gist.github.com/qntmpkts/403a027a4bfe99812ebf8952c41f8789Code: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 streamBy nerojan in forum Capturing and VCRReplies: 2Last Post: 4th Jun 2016, 13:29
- 
  Restream MJPEG stream from ip-cameraBy astute in forum Video Streaming DownloadingReplies: 3Last Post: 4th Jun 2016, 10:18
- 
  how to restream to more than 1 serverBy koze in forum Video Streaming DownloadingReplies: 3Last Post: 20th Apr 2016, 17:15
- 
  (Willing to pay)ffmpeg Need help downloading live stream ffmpeg and rtmpBy grabyea in forum Video Streaming DownloadingReplies: 0Last Post: 10th Apr 2016, 17:54
- 
  How to restream live feed from web site?By Geronimo66 in forum Newbie / General discussionsReplies: 1Last Post: 19th Mar 2015, 07:21


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote