Hi to all.
I'll try to rip this stream
https://qvcitalia.mmdlive.lldns.net/qvcitalia/66f8359ae9c046bb8aa92144511b450a/manifest.f4m
I found that tv donwloader can rip this stream, i think it's use ffmpeg, but this is a live stream
so dont have an end, and when I press Ctrl+c to stop ripping process the file video is corrupt
and I can't play it.
Someone can help me to find a valid solution to stop ffmpeg and have a valid video file?
Or another method to rip this stream?
Thank you guys!
+ Reply to Thread
Results 1 to 17 of 17
-
-
Use php 5.4 + AdobeHDS.php. Code:
php AdobeHDS.php --manifest "https://qvcitalia.mmdlive.lldns.net/qvcitalia/66f8359ae9c046bb8aa92144511b450a/manifest.f4m" -
Thank you for the help. But where i can find these two tools you tell me to use? thank you
-
1. https://windows.php.net/download#php-7.2
2. https://github.com/K-S-V/Scripts/blob/master/AdobeHDS.php
Create a .txt file. Copy the script. Rename it to AdobeHDS.php. Place the AdobeHDS.php file in the php directory 7.2. -
-
You can use hls if manifest.f4m is changed to master.m3u8.
You can use ffmpeg or streamlink with hls, perhaps more easily than hds.
Curious why anyone would want to save the stream of qvc shopping channel. That seems like the worst form of torture. -
Using Ctrl+C to stop youtube-dl works for that site. You just have to rename the file extension afterward.
Code:youtube-dl -o output.flv https://qvcitalia.mmdlive.lldns.net/qvcitalia/66f8359ae9c046bb8aa92144511b450a/manifest.f4m
Last edited by jagabo; 7th Aug 2018 at 11:51.
-
Sorry but after rename .part to .flv the video start but the duration is 466 hours and others minutes and second.....
I have to fix it i have i have try with avidemux and seem that fix the video, than duration is the real of the video. I hope it work
also with some hours of ripping...... -
I haven't had that problem. Make sure your youtube-dl is up to date.
-
ffmpeg -i "https://qvcitalia.mmdlive.lldns.net/qvcitalia/66f8359ae9c046bb8aa92144511b450a/master.m3u8" -c copy video.ts
Last edited by LZAA; 7th Aug 2018 at 14:04.
-
Yes, transport streams are designed to be picked up midstream and survive unreliable transmission so they have a lot of redundancy. One can always remux to another container later if necessary. You can even play the TS file while it's still download.
-
To update youtube-dl use (note uppercase U)
Code:youtube-dl -U
Code:youtube-dl --no-part <rest_of_syntax>
-
Ok could be i understand so the syntax is:
youtube-dl --no-part -o output.flv https://qvcitalia.mmdlive.lldns.net/qvcitalia/66f8359ae9c046bb8aa92144511b450a/manifest.f4m
and when i press ctrl+c the stream will be readable?
Is it correct? -
Similar Threads
-
how to stream ESPN3 live video feed to my TV?
By sportflyer in forum Video Streaming DownloadingReplies: 3Last Post: 10th Apr 2016, 14:19 -
FFmpeg stops while ripping live stream
By pub in forum Video Streaming DownloadingReplies: 1Last Post: 7th Jul 2015, 12:32 -
To stream a live video in a network with multicast address
By siby in forum Video Streaming DownloadingReplies: 2Last Post: 10th May 2014, 23:28 -
Trouble receiving live video stream
By woldsweather in forum Video Streaming DownloadingReplies: 0Last Post: 7th Jan 2014, 07:52 -
Broken FLV file from live stream - can't convert
By MyKarma80 in forum Video ConversionReplies: 0Last Post: 26th Oct 2013, 19:22