Wowza Community

[Strobe Media Playback + Wowza] Can`t play FLV

Hello everyone,

I have some problems with strobe and wowza. I do play videos in .mp4, but when I try to play .flv videos I got the following message in the console:

“ERROR Server comment - MediaReaderFactory.getinstance: Missing definition for flvsanjose”

These are the paths I`m using:

-MP4: http://localhost:1935/vod/mp4:sample.mp4/manifest.f4m [WORKS]

-FLV: http://localhost:1935/vod/flv:sample.flv/manifest.f4m [ERROR]

I`m using the 3.0.3 version of Wowza and the 1.6 SMP. Any ideas?

Anderson

Sanjose stream does not support FLV files. Only MP4 and MP3 files.

Charlie

Use RTMP url to playback FLV

rtmp://localhost:1935/vod/flv:sample.flv

Richard

How can I change the Sanjose stream to one that works with FLV files dynamically?

Anderson

It works, thanks

Anderson