I am trying to make a publicly viewable stream using an IP camera, (ideally to embed in a webpage) in this particular case it's a Canon xf200.
I've been able to locally set up the camera to stream across my network using the RTP transport protocol, and can view the stream just fine using VLC -> view network stream.
What I'm not able to get hold of is the RTSP url, there's no documentation from the manufacturer about how this is formatted.
As far as i'm aware, I need the RTSP url to publicly broadcast the stream using program such as xsplit/wirecast broadcasters.
The stream details (from VLC) are:
Stream 0
Type: Video Original ID: 4113 Codec: H264 - MPEG-4 AVC (part 10) (h264) Resolution: 640x386 Display resolution: 640x360 Frame Rate: 25 Decoded Format: Planar 4:2:0 YUV
Stream 1 Type: Audio Original ID: 4352 Codec: MPEG AAC AUDIO (mp4a) Channels: Stereo Sample Rate: 48000 Hz
What would be the best way to get hold of the RTSP URL - and is this the best route to go down in order to publicly broadcast?