Wowza Community

Sending IP Camera data to Wowza Media Server

Hi,

I need to send the RTSP IP camera STREAM connected to my machine to Wowza Server.
Can you please let me know how to send this data using gstreamer to Wowza Server and view this data.

Thanks,
Deepika

See this post

Hi,
I need to receive RTSP from camera in my PC and need to stream RTSP again to Wowza Server.
Is this possible?

The IP Camera has authentication. From where do we need to set username and password?
Thanks,
Deepika

I think you set that in gstreamer command or whatever is reading the stream. Usually rtsp has its own format for specifying username and password in the url itself.

I think you set that in gstreamer command or whatever is reading the stream. Usually rtsp has its own format for specifying username and password in the url itself. That post I linked to seem to shave a command in it.

Thanks for reply!!
This is my working pipeline:

gst-launch-1.0 rtspsrc location=rtsp://admin:CCTV_123@192.xxx.1.xx:554/Streaming/Channels/102/ latency=0 ! rtph264depay ! queue ! rtspclientsink location=rtsp://192.xxx.0.1xx:1935/camera/myStream

How to view this stream in the Wowza player?
Thanks,
Deepika

I’ve gone in and edited your post to protect your stream link and IP address. Be careful to not post private info in the forums.

Hi,
Any help would be appreciated.

Thanks,
Deepika