Getting this live stream to work in VLCSo I'm trying to watch this Fios1News live stream in VLC instead of the in-browser player, so I gotta extract the stream URL and that's a bit challenging. Maybe somebody here can help?
I've isolated the url of the player by itself so here's that: http://cdnapi.kaltura.com/html5/html...amerType]=auto If I do CTRL+Shift+K when I first load the page, a manifest.f4m link comes up and here's whats in there: http://urtmpkal-f.akamaihd.net/z/11s...p-3.1.0.43.124 Code:
<?xml version="1.0" encoding="UTF-8"?> |
Re: Getting this live stream to work in VLC |
Re: Getting this live stream to work in VLCThank you lesor.
|
Re: Getting this live stream to work in VLC@lesor
here is also a stream with same structure can you help me with that http://www.tvyo.com/canli-tv/cnbc-e thx hasomaso |
Re: Getting this live stream to work in VLC@@hasomaso
Code:
Quote:
|
Re: Getting this live stream to work in VLC@surya987
have switched again back to rtmp protocoll thx hasomaso |
Re: Getting this live stream to work in VLCHi
I also request assistance extracting the a stream that can be recorded player link: Code:
http://videos.ewtn.com/services/player/bcpid2112648932001?bckey=AQ~~,AAABhgfpx9k~,oDdvuOi2gc9Jb6SCcsBzNSXoXbJgHyBg&bctid=1721600232001 Code:
http://bclivehd-lh.akamaihd.net/z/USen_1@182765/manifest.f4m?videoId=1721600232001&lineUpId=&pubId=1675170007001&playerId=2112648932001&affiliateId=&g=QJCKEDLKHRXO&hdcore=3.4.0. Code:
<?xml version="1.0" encoding="UTF-8"?> Code:
rtmpdump.exe -v -r "rtmp://ewtn.mpl.miisolutions.net:1935/ewtn-live-1/" -W "http://admin.brightcove.com/viewer/us20141117.1347/federatedVideoUI/BrightcovePlayer.swf?uid=1419289576491" -y "900.mp4?videoId=2621119413001&pubId=1675170007001&playerId=2112648932001" thanks in advance! tim |
Re: Getting this live stream to work in VLC@Timformer
You can use the Livestreamer application to download this stream: Code:
https://github.com/chrippa/livestreamer/releases Code:
http://bclivehd-lh.akamaihd.net/z/USen_1@182765/manifest.f4m?videoId=1721600232001&lineUpId=&pubId=1675170007001&playerId=2112648932001&affiliateId=&g=DOMKKZAOOPPJ&hdcore=3.4.0 Code:
livestreamer "hds://bclivehd-lh.akamaihd.net/z/USen_1@182765/manifest.f4m?videoId=1721600232001&lineUpId=&pubId=1675170007001&playerId=2112648932001&affiliateId=&g=DOMKKZAOOPPJ&hdcore=3.4.0" best -o 01.flv |
Re: Getting this live stream to work in VLCThank you for the quick reply! It works great when i manually invoke it.
I want use this in an automated script, and when i used rtmpdump I passed in --stop <seconds> in order to stop recording after a certain amount of time. Is there an equivalent for Livestreamer? I've tried --hds-timeout and I think that just refers to how long to wait before giving up. Thanks! tim |
All times are GMT -6. The time now is 08:40 AM. |