-
There is no StreamType "dvr". Following the guide, set the StreamType to "live"
Make sure you are re-start the application after you make changes, it is easiest to just re-start Wowza.
Richard
-
Thank you Richard,
As you said, I changed the stream type from "dvr" to "live" in Flash Media Playback setup..Already I have stream type "live" in application.xml . I restart wowza too.
Eventhough same message in preview page..
-
The Wowza sample player starts with the standard OSMF player and then adds DVR buffering parameters. Please see the sample code and read me located in C:\Program Files (x86)\Wowza Media [Wowza-install]\examples\LiveDvrStreaming to help you configure your OSMF player to playback nDVR. Another article that you might find useful is: http://www.wowza.com/forums/content.php?392#recOSMF
Adam...
-
Thank you adam,
I configure OSMF player as said in http://www.wowza.com/forums/content.php?392#recOSMF
var parameters = {
src: "http://localhost:1935/dvr/myStream/manifest.f4m?DVR",
expandedBufferTime: 5,
liveBufferTime: 12,
liveDynamicStreamingBufferTime: 14,
dvrBufferTime: 12,
dvrDynamicStreamingBufferTime: 14,
dynamicStreamBufferTime: 14,
};
But same message remains instead of video
The F4M document contains errors
URL missing from Media tag
-
-
Hi,
Anybody plz tell me..
Is Player (Flash Media Playback setup) doesn't support the url end with (?DVR) ?
-
Hello Divyat, I would like to work with you to troubleshoot further. Could you please zip up your conf/ and logs/ folders and email to support@wowza.com and also please reference this forum thread.
Thank you, Adam...
-
Thank you adam,
I send that zip up folders..
-
Hi,
plz verify my zip up folders... What step i have to taken to play DVR in flash media playback setup?
Last edited by divyat; 05-29-2012 at 06:22 AM.
-
I think nDVR using Flash Media Playback player is being looked at, but not resolved. It didn't work out of the box in my test. I tried adding those parameters to its output by adding them to the Flashvars list of the Embed and Object tags, and that has not worked so far either.
Richard
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules