I'm trying to get a workable m3u8 link from the RTE.ie Live Links (Any of them, they all use .f4m)
For example here's News Now:
https://feeds.rasset.ie/livelistings/playlist/?channelid=7
(This link I got from looking into the JavaScript)
There is another link:
https://feeds.rasset.ie/livelistings/playlist/?platform=legacy&channelid=7
Which based on the code is used whenever Android is Detected
In the first link, you can see near the end: <media:content url="http://www.rte.ie/manifests/newsnow.f4m"
When you open that you get:
So it seems to be Adobe HDS f4m 2.0Code:<manifest xmlns="http://ns.adobe.com/f4m/2.0"> <baseURL>https://cdn.rasset.ie/hds-live/_definst_/newsnow/</baseURL> <media href="newsnow-180.f4m" bitrate="256"/> <media href="newsnow-270.f4m" bitrate="512"/> <media href="newsnow-360.f4m" bitrate="1024"/> <media href="newsnow-576.f4m" bitrate="2048"/> </manifest>
If you then go to: https://cdn.rasset.ie/hds-live/_definst_/newsnow/newsnow-576.f4m you get:
The metadata seems to be base64 to hex?Code:<?xml version="1.0" encoding="UTF-8"?> <manifest xmlns="http://ns.adobe.com/f4m/1.0"> <id>events/_definst_/newsnow</id> <mimeType> </mimeType> <streamType>live</streamType> <duration>0</duration> <bootstrapInfo profile="named" url="../../streams/events/_definst_/newsnow/newsnow-576.bootstrap" id="bootstrap1731"></bootstrapInfo> <media streamId="newsnow-576" url="../../streams/events/_definst_/newsnow/newsnow-576" bootstrapInfoId="bootstrap1731"> <metadata>AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgBAIAAAAAAAAAAFd2lkdGgAQJAAAAAAAAAABmhlaWdodABAggAAAAAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAMYXVkaW9jb2RlY2lkAgAEbXA0YQAKYXZjcHJvZmlsZQBAU0AAAAAAAAAIYXZjbGV2ZWwAQD8AAAAAAAAABmFhY2FvdAAAAAAAAAAAAAAOdmlkZW9mcmFtZXJhdGUA//gAAAAAAAAAD2F1ZGlvc2FtcGxlcmF0ZQBA53AAAAAAAAANYXVkaW9jaGFubmVscwBAAAAAAAAAAAAJdHJhY2tpbmZvCgAAAAMDAAZsZW5ndGgAAAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkDAAZsZW5ndGgAAAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkDAAZsZW5ndGgAAAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkAAAk=</metadata> </media> </manifest>
Whats interesting is bootstrapInfo and media, only bootstrapInfo is able to be reached but shows randomized data.
Where can I go from here?
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 2 of 2
Similar Threads
-
How is this 24/7 live Youtube stream done?
By AshleyQuick in forum Newbie / General discussionsReplies: 0Last Post: 3rd Jul 2018, 03:37 -
How to record this live stream?
By Chemist116 in forum Video Streaming DownloadingReplies: 2Last Post: 20th Feb 2018, 17:08 -
Help with live stream
By christheradioguy in forum Video Streaming DownloadingReplies: 10Last Post: 5th Sep 2016, 12:59 -
Delete
By mulliganman in forum Video Streaming DownloadingReplies: 0Last Post: 13th Dec 2015, 18:13 -
Livestreamer Fails to Stream F4M
By David-B in forum Capturing and VCRReplies: 6Last Post: 18th Nov 2015, 14:14