I can't figure out how to capture the subtitles in a video being streamed with HLS from vidzi.tv. Any help would be appreciated. When you watch the video online, it has English subtitles. When I capture the streamed video (using livestreamer, ffmpeg, or youtube-dl), I get a MPEG-TS video with a MPEG4 video stream and an AAC audio stream, but no subtitles. I have tried searching for various subtitle extensions with URL Snooper, but haven't found any.
The URL for the video page is "http://vidzi.tv/j7trsublx4ax.html".
Command lines which capture the video (but not the subtitles) include:
"livestreamer -o Lulu_S01E01.ts hls://http://77.81.98.53/hls/gvuqio4c3a2qedz7nlkr5eltibkbhe4dr2rekk6y2uxkt5sxrv dtevgcxnsa/chunk.m3u8 best"
"ffmpeg -i http://77.81.98.53/hls/gvuqio4c3a2qedz7nlkr5eltibkbhe4dr2rekk6y2uxkt5sxrvdtevgcxnsa/chunk.m3u8 -c copy Lulu_S01E01.ts"
"youtube-dl -o %(title)s.%(ext)s http://vidzi.tv/j7trsublx4ax.html"
Can anyone show me how to determine the type of subtitle involved and how to download it? Thanks.
P.S. The webpage pops up windows with suspect ads. Please be careful and don't click on any of them.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Anonymous84347344Guest
-
Thanks for the URL. Can you show me how you determined it, so I can do it for myself in the future? Was it hidden in the source of a web page or did you find it in streaming data?
-
Thanks for the reference to the tools. With the Firefox Developer Tools Network Monitor I can pick out the URL for the subtitle files without difficulty. These tools should be quite useful in the future.
-
Hi, I would like to ask for an assistance on this. I cannot find the subtitle source. Can someone please help me?
Link: http://vidzi.tv/3hg7orx57dq8.html
Thanks! -
The subtitles are at: http://vidzi.tv/srt/00542/3hg7orx57dq8_English.srt. You can obtain the link using the Firefox Developer tools mentioned in this thread.
Similar Threads
-
HLS stream VLC 2.13
By PrinzEugen in forum Video Streaming DownloadingReplies: 7Last Post: 13th Jul 2014, 05:11 -
Help with Adobe HLS stream
By slim94 in forum Video Streaming DownloadingReplies: 8Last Post: 23rd Jun 2014, 18:30 -
HLS stream capture with ffmpeg not working. HTTP 403 Forbidden error.
By BlueBlack in forum Video Streaming DownloadingReplies: 5Last Post: 22nd Apr 2014, 19:08 -
Push an rtmp stream (flv) thru to HLS
By btpoole in forum Video Streaming DownloadingReplies: 0Last Post: 16th Nov 2013, 12:38 -
Record M3U8 HLS stream or cache it: possible ?
By Khalel in forum Video Streaming DownloadingReplies: 4Last Post: 19th Feb 2013, 19:21