I've been working on this same setup. I had a lot of luck using crtmpserver. You simply stream MPEG TS to it via TCP (FLV doesn't like dropped frames) and specify the stream name in the metadata. Something along the lines of: -metadata streamName=stream1 -f mpegts -o tcp://localhost:6666.
Then you can use a simple flash player (like https://github.com/revmischa/simplestream) to play it on the browser end. On Sat, Oct 1, 2011 at 12:00 PM, Andrey Utkin <[email protected]> wrote: > Hello, Evgeny. > If you generate FLV file and VLC plays it, then the code you have > shown is correct. > The problem is isolated to RTMP protocol communication. > In which way do you send data to Wowza? I mean what RTMP client > implementation is used? > -- > Andrey Utkin > _______________________________________________ > libav-api mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-api > _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
