Kodi Community Forum

Full Version: manifest.f4m - HTTP Dynamic Streaming - How to play?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
UP, I would be interested too to see if there is a solution to that.
Thanks!
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]
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
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
(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
(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.
(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?