I'm attempting to feed an H.264 stream from a live capture and encoder application we've written into Wowza 2 via live. I've managed to create a custom H264VideoStreamFramer (STH264VideoStreamFramer ) and DeviceSource (STMCVSource) that successfully forwards frames from our encoder (MainConcept) to vlc or openRTSP via localhost, but when I connect to the same instance from any other machine on the same subnet (whether directly attached to the NIC or through a switch) openRTSP on that client doesn't actually capture any frames after setting up the stream.

The fact that the (multicast) packets get delivered to "openRTSP" when it's running on the same host, but not when it's running on another host, suggests that the problem is with your network interface. In particular, you should make sure that that multicast is configured properly for your network interface - i.e., make sure you have a route for 224.0.0/4 on that interface.

--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to