-
1. Re: dynamicstream.f4m not working from index file of new install of 4.03 server
SE_0208 Oct 17, 2011 9:18 PM (in response to CarphuntinGod)Your dynamicStream.f4m looks like below:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<id>MBR</id>
<mimeType>video/mp4</mimeType>
<streamType>recorded</streamType>
<media url="rtmp:/vod/mp4:sample1_150kbps.f4v" bitrate="150" />
<media url="rtmp:/vod/mp4:sample1_500kbps.f4v" bitrate="500" />
<media url="rtmp:/vod/mp4:sample1_700kbps.f4v" bitrate="700" />
<media url="rtmp:/vod/mp4:sample1_1000kbps.f4v" bitrate="1000" />
<media url="rtmp:/vod/mp4:sample1_1500kbps.f4v" bitrate="1500" />
</manifest>
You need to change it to media url to reflect FMS machine ip i.e. change it to - for example for first stream in .f4m change to
<media url="rtmp://<your_fms_server_ip>/vod/mp4:sample1_150kbps.f4v" bitrate="150" />
Simillary change other entries
-
2. Re: dynamicstream.f4m not working from index file of new install of 4.03 server
CarphuntinGod Oct 18, 2011 5:55 AM (in response to SE_0208)I tried the computer's full domain name first (<media url="rtmp://fmistest1.uwsp.edu/vod/mp4:sample1_150kbps.f4v" bitrate="150" />.....that didn't work.
I also tried the ip address (<media url="rtmp://143.236.34.220/vod/mp4:sample1_150kbps.f4v" bitrate="150" /> like you showed... that doesn't work either.
-
3. Re: dynamicstream.f4m not working from index file of new install of 4.03 server
CarphuntinGod Oct 19, 2011 6:32 AM (in response to CarphuntinGod)I've discovered the issue was that in iis, f4m was not registered as a mime type.
I had registered it i couple of times in my test installs, and didnt notice a change at the client end in my tests. But what had happened was that Chrome never cleared it's cache...so it never reflected the change from the web server.
On one of my last test installs, i noticed a 403 error when i viewed the dynamic test tab on the server.
So...enter mime type for .f4m of mp4/video and you're good to go



