I have a strange case
https://viva-russia.ru/
In chrome browser livestream plays normally and i can download the m3u8 file but it won't play in vlc and ffmpeg.
returnsCode:ffmpeg -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -i "https://hls.goodgame.ru/hls/180805.m3u8" -headers "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" -headers "Referer: https://goodgame.ru/" -t 01:05:00 -c copy Musicbox2.mp4
am i missing some headers or something ?Code:[https @ 000000000081b240] HTTP error 404 Not Found [in#0 @ 00000000007ff500] Error opening input: Server returned 404 Not Found Error opening input file https://hls.goodgame.ru/manifest/180805_master.m3u8. Error opening input files: Server returned 404 Not Found
+ Reply to Thread
Results 1 to 4 of 4
-
-
ffmpeg -headers "Origin: https://goodgame.ru" -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" -i https://hls.goodgame.ru/manifest/180805_master.m3u8" -c copy video.ts
Last edited by LZAA; 27th Oct 2024 at 02:52.
-
Similar Threads
-
Streaming decrypted live stream - live pipe buffering problem
By Kalisto in forum Video Streaming DownloadingReplies: 0Last Post: 25th Apr 2024, 12:19 -
M3U8 url works only in browser. Not in VLC
By Numero in forum Video Streaming DownloadingReplies: 5Last Post: 26th Dec 2023, 20:23 -
record/stream live camera feed with ffmpeg on Raspberry Pi 2B+
By Andrei2 in forum Newbie / General discussionsReplies: 0Last Post: 27th Mar 2023, 02:12 -
Trying to make continuous ffmpeg live stream but failing
By SanaNe in forum Newbie / General discussionsReplies: 1Last Post: 12th Jul 2021, 02:51 -
Help Recording m38u HLS aac stream with ffmpeg (streamlink works)
By Neilyboy in forum Video Streaming DownloadingReplies: 2Last Post: 10th Apr 2020, 06:51