Tv3 Ireland tv3.ie seems to have recently changed the way it streams. It was .ts and a typical livestreamer code would be livestreamer "hls://http://player.ooyala.com/player/ipad/I5cW80YzE6mBA3GVIXmlX-A7TZg0Px2k__2200.m3u8" best -o video.ts
Now as far as i can see it is a whole lot of mp4 segments
Livestreamer gives the error" Could not open stream: Unable to open URL: http://player.ooyala.com
/player/ipad/I5cW80YzE6mBA3GVIXmlX-A7TZg0Px2k__2200.m3u8 (404 Client Error: Not
Found)" with the mp4 videos but will still download the slightly older video.ts
I tried youtube dl to see what would happen. The result of youtube-dl "http://player.ooyala.com/player/ipad/I5cW80YzE6mBA3GVIXmlX-A7TZg0Px2k__2200.m3u8" best -o video.ts
giveS result "ERROR fixed output name but more than one file to download" How do i find and join those files. Here is a screenshot of two different streams the ts, which i can download with livestreamer on left. On the right is the mp4 which has a load of mp4's like
https://secure-cf-c.ooyala.com/I5cW80YzE6mBA3GVIXmlX-A7TZg0Px2k/1/dash/24203_video_1_4...4?m=1501456786
https://secure-cf-c.ooyala.com/I5cW80YzE6mBA3GVIXmlX-A7TZg0Px2k/1/dash/24203_video_1_4...4?m=1501456786
Do I join these and if so how
+ Reply to Thread
Results 1 to 18 of 18
-
Last edited by Anonymous; 5th Aug 2017 at 08:22. Reason: typos
-
https://trac.ffmpeg.org/wiki/Concatenate ???
Or use ffmpeg to join/mux while downloading (different video, couldn't get your m3u8 link to work):
Code:ffmpeg -i "https://player.ooyala.com/player/all/1iaDY3YzE6OQxsQj_rNyQpwKteE0JG-z_2200.m3u8" -c copy output.ts
Last edited by jagabo; 8th Aug 2017 at 16:30.
-
-
It worked for that video I selected which happened to use ts. Several others I tried also used ts. Do you have a link to a page with one that uses mp4?
Last edited by jagabo; 8th Aug 2017 at 18:34.
-
www.tv3.ie/3player/show/1058/0/Coronation-Street [The 2 August episode]
livestreamer "hls://http://player.ooyala.com/player/ipad/I5cW80YzE6mBA3GVIXml
X-A7TZg0Px2k__2200.m3u8" best -o video.ts is the link i used
I think maybe the ones you tried are a little older. I can get one from about month ago too. it seems only the latest use the mp4 segments. Here is another shot of all the mp4 segments. It is a different video but also recent
Thanks for your help -
Are you able to play any of the individual files? I downloaded a few but none of them played. Appending them didn't help. Looking at them in a hex editor shows metadata that implies they are encrypted.
-
No i cannot play them. I tried open in new url and it said the file could not play as was corrupt. I downloaded it. 34kb won't play. when i try to open with mediainfo i get a pop up which says invalid floating point operation. Then media info opens with no content and says You must at least open one file.
I opened it in https://mh-nexus.de/en/downloads.php?product=HxD but I would not know if encrypted? What to look for? ThanksLast edited by Anonymous; 9th Aug 2017 at 10:21. Reason: more info
-
In a hex editor you can see references to keys, drm, etc. in the header:
Viewed as plain text:
WRMHEADER xmlns="http://schemas.microsoft.com/DRM/2007/03/PlayReadyHeader" version="4.0.0.0"><DATA><PROTECTINFO><KEYLEN>16</KEYLEN><ALGID>AESCTR</ALGID></PROTECTINFO><KID>Dmuxutczx1mU8BJe4ejH7A==</KID><LA_URL>https://player.ooyala.com/sas/drm2/1vMWMyOnXj8xkltLP317AyOWK1T2/RmdHQ2YzE6TNa6kIszgyY3O48xDjgDUT/playready_cenc/ooyala/version/1</LA_URL></DATA></WRMHEADER -
-
-
Looking into this and found if I use their app and a rooted device I can get all the files downlaoded, multiple audio & video .mp4 and a .mpd file and a licence.key file.
How can I joing them together and decrypt the file ?
Similar Threads
-
Download video from TV3.ie
By Anonymous53584 in forum Video Streaming DownloadingReplies: 7Last Post: 1st Oct 2017, 10:19 -
Get Direct URL of TV3.ie Live Stream
By reni10 in forum Video Streaming DownloadingReplies: 34Last Post: 28th Mar 2017, 08:49 -
rip tv3 ireland
By Anonymous in forum Newbie / General discussionsReplies: 1Last Post: 11th Nov 2015, 18:49 -
Downloading videos from tv3.se
By robza171 in forum Video Streaming DownloadingReplies: 3Last Post: 3rd Mar 2015, 11:50 -
Trying to download TV3.ie clip using RTMP Dump
By Anonymous53584 in forum Video Streaming DownloadingReplies: 12Last Post: 13th May 2014, 09:36