-
1. Re: Trying to get my head around multi-bitrate streaming with FMS 4.5 and FMSE 3.2
Apurva Udaykumar Apr 3, 2012 7:42 AM (in response to Macnimation)I think the problem could be in your manifest file you've "rtmp://server/live/livestreaml1".
This is the manifest works fine for me -
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<id>Dynamic Streaming</id>
<mimeType>video/x-flv</mimeType>
<streamType>live</streamType>
<media url="rtmp://<server-ip>/live/livestream1" bitrate="100"/>
<media url="rtmp://<server-ip>/live/livestream2" bitrate="500"/>
<media url="rtmp://<server-ip>/live/livestream3" bitrate="1000"/>
</manifest>
Hope this helps.
-
2. Re: Trying to get my head around multi-bitrate streaming with FMS 4.5 and FMSE 3.2
Macnimation Apr 3, 2012 8:05 AM (in response to Apurva Udaykumar)thanks for the reply.
The typo is in the thread I wrote, and not the actual manifest as I edited it for the thread.
I'll take another look as the actual manifest is the same as your working one.
I'm wondering if the URL: http://ns.adobe.com/f4m/1.0 has anything to do with the problem, as I cannot access that URL directly?
It might be a permissions issue with my network.
Or is it not required to access this URL?
thanks for the feedback


