i would like to download m3u8 link and Preview at the same time i can see the video but no sound.
Code
ffmpeg -i "http://live.prd.go.th:1935/live/ch1_L.sdp/chunklist_w1249643471.m3u8" -c:v libx264 -af "volume=15dB" output.mp4 -pix_fmt yuv420p -an -f sdl2 -window_size 1280x720 "Preview"
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 8 of 8
			
		- 
	Last edited by takheang303; 21st Aug 2021 at 09:57. 
- 
	-an = audio none ? 
 
 Tried it. That isn't the problem.Last edited by jagabo; 21st Aug 2021 at 09:33. 
- 
	do you still get audio when the file is downloaded ?? 
 
 might also try using a transport stream - https://superuser.com/questions/757114/play-ffmpeg-while-downloadingLast edited by october262; 21st Aug 2021 at 12:10. 
- 
	The ffmpeg command line creates a file called output.mp4 while it's previewing. That file includes audio. The result is the same with a transport stream -- no audio during preview. One benefit of using a transport stream though is that you can play the TS while it's still downloading. 
- 
	you can watch ts file while it is being downloaded.Code:ffmpeg -i "http://live.prd.go.th:1935/live/ch1_L.sdp/chunklist_w1249643471.m3u8" -c copy output.ts discord=notaghost9997
- 
	You can download the m3u8 with ffmpeg and preview the video (and audio) with ffplay: 
 
 Note that the preview is of the incoming stream, not the reencoded mp4.Code:ffmpeg -y -i "http://live.prd.go.th:1935/live/ch1_L.sdp/chunklist_w1249643471.m3u8" -c:v libx264 -af "volume=15dB" output.mp4 -c copy -f mpegts - | ffplay -x 1280 -y 720 - 
Similar Threads
- 
  Please help download video m3u8By raylink in forum Video Streaming DownloadingReplies: 37Last Post: 1st May 2023, 15:02
- 
  Please Help - Download / Back m3u8 linkBy geordie10 in forum Video Streaming DownloadingReplies: 8Last Post: 2nd May 2021, 09:05
- 
  Download m3u8 video?By ThunderRanger in forum Video Streaming DownloadingReplies: 3Last Post: 21st May 2020, 14:06
- 
  download video (m3u8)By dontsmileatme in forum Video Streaming DownloadingReplies: 6Last Post: 24th Feb 2019, 11:29
- 
  Help to Download m3u8 protected videoBy Alisson Freitas in forum Video Streaming DownloadingReplies: 0Last Post: 28th Sep 2016, 21:02


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

 Visit Homepage
				Visit Homepage