Wowza Community

Live Stream For DVR

Hi,

We need to stream audio and video from our DRV’s to our clients, we need the stream can be viewed in all browsers and mobile devices.

The DRV’s send the audio and video using Network stream, the network stream consists of network packets only, Each packet has a packet header and payload, The payload type is indicated by the packet header. Three types of payload are currently available: VIDEO, AUDIO, METADATA.

I write an application in C# that connect to the drv using sockets thought port 80, decoded the video (The video is encoded using h264) and show the frames as images in a windows application for testing purposes.

How can I, using Wowza, restreaming the audio and video?

Regards

VictorV

Victor,

Not sure, but possibly one of these will apply:

https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder

https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming

https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder

Otherwise, there are more tutorials and examples that might help:

https://www.wowza.com/docs/

The Wowza spec is here:

http://www.wowza.com/media-server#specifications

Richard

Hi,

We need to stream audio and video from our DRV’s to our clients, we need the stream can be viewed in all browsers and mobile devices.

The DRV’s send the audio and video using Network stream, the network stream consists of network packets only, Each packet has a packet header and payload, The payload type is indicated by the packet header. Three types of payload are currently available: VIDEO, AUDIO, METADATA.

I write an application in C# that connect to the drv using sockets thought port 80, decoded the video (The video is encoded using h264) and show the frames as images in a windows application for testing purposes.

How can I, using Wowza, restreaming the audio and video?

Regards

VictorV

how can i stream from dvr in c# app can you help me out how you does it through socket programming

Raul,

I don’t have any guides or examples that will help with custom encoder development.

Richard

Hi Richard, my name Raul and I’m working with Victor to solve this. I want to add a little more details on what we want to do: as Victor explain before we already read from a socket the video information that is coming, we currently have an array of frames(which are encoded in H264). We need to stream these frames and we were thinking to use a the wowza server for this. However we’re not sure how can we pass this frames to the wowza server. We check some tutorials and forums where explain that you can extend the wowza server using java code, however we’re not sure how to do what we need using java or what classes should we extend?

We really appreciate any guide you can give us

Raul