manifest.f4m - HTTP Dynamic Streaming - How to play?
#1
Hi everybody,

did anybody here manage to directly play an f4m playlist in XBMC. In understand it should be similar to m3u8 as discussed here:

http://forum.xbmc.org/showthread.php?tid...+streaming

Does anybody know a solution to this?

Here the output when trying a playback:

http://pastebin.com/jjUJhWUa

MB
Reply
#2
UP, I would be interested too to see if there is a solution to that.
Thanks!
Image
_____________________________

Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV
Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only)

Image
Reply
#3
try that solution

sample link
Code:
http://cdn8.video.az:1935/dvr/_definst_///mp4:pub/video/12013/6/64/578/664578722478.mp4/manifest.f4m

inside that file
PHP Code:
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<
id>pub/video/12013/6/64/578/664578722478.mp4</id>
<
width>640</width>
<
height>384</height>
<
duration>1186.04</duration

now rebuild link
Code:
http://cdn8.video.az/pub/video/12013/6/64/578/664578722478.mp4

here is your playable link

also i need some help
i need to find f4m adress from first page
Code:
http://video.az/assets/player/player.swf?st=p8kVe19GxU2a2v0GxQFgxUIDxU0bevoRxU7dnN5dpNXVNUXVciL5xZIGs8kGwmOO&pl=p8kVe19GxU2a2v0GxQFgxUIDxU0bevoRxU7dnN5dpNXVxUX5eQ55xuJDX1JO

could you help me that ?[/i]
Reply
#4
try
Code:
http://cdn8.video.az:1935/dvr/_definst_///mp4:pub/video/12013/6/64/578/664578722478.mp4/master.m3u8
instead. the f4m is usually just used as a silly flash wrapper on hls
Reply
#5
I'm trying to do the same thing for this URL but not quite getting the URL:

http://cctvhds-f.akamaihd.net/z/cctvnews...RBINFQRHMM
Reply
#6
(2013-04-06, 12:27)RedPenguin Wrote: I'm trying to do the same thing for this URL but not quite getting the URL:

http://cctvhds-f.akamaihd.net/z/cctvnews...RBINFQRHMM

What you have there is adobe HDS manifest. The only way I know to download is using K.S.V.'s hds script -> https://github.com/K-S-V/Scripts

I played with piping the script output to the xbmc player but never quite figured it out Confused
Reply
#7
(2013-04-06, 13:49)divingmule Wrote:
(2013-04-06, 12:27)RedPenguin Wrote: I'm trying to do the same thing for this URL but not quite getting the URL:

http://cctvhds-f.akamaihd.net/z/cctvnews...RBINFQRHMM

What you have there is adobe HDS manifest. The only way I know to download is using K.S.V.'s hds script -> https://github.com/K-S-V/Scripts

I played with piping the script output to the xbmc player but never quite figured it out Confused

Thanks again I kinda figured that stream was odd in same way to what I am used to with LiveStreams.

Anyway, I luckily found other links for the said stream but maybe if they go down I can try and figure something out by then.
Reply
#8
Can someone help with

http://stream1-prod.spectar.tv:1935/mrt-...nifest.f4m
Reply
#9
http://stream1-prod.spectar.tv:1935/mrt-...aster.m3u8
read the thread perhaps?
Reply
#10
Can someone help with
http://ccr.cim-jitp.top.comcast.net/cimo...0000_4.f4m
Reply
#11
(2014-01-24, 18:10)aliakrep Wrote: Can someone help with
http://ccr.cim-jitp.top.comcast.net/cimo...0000_4.f4m
WTF?
Let me quote takoi:
(2013-12-17, 15:18)takoi Wrote: read the thread perhaps?
My GitHub. My Add-ons:
Image
Reply

Logout Mark Read Team Forum Stats Members Help
manifest.f4m - HTTP Dynamic Streaming - How to play?0