Question / Help Streaming from Axis IP camera to YouTube

astute

New Member
Hi all,

I am trying to stream from my Axis Q6034 IP camera to YouTube using OBS.
As far as I know it's not possible to pick up RTSP/MJPEG streams directly from the camera so I am using the AXIS MJPEG Capture Driver as a Device/source.

But when I try to add it as a source OBS gives me an error: "Invalid Resolution".
When I tick "Custom Resolution" I can't choose anything, and I am not sure what to fill in there (I tried 1280x720 to no avail).

Any suggestions how I should proceed?

I tried WireCast software but its very slow and a massive resource hog, and the Adobe one failed to connect to YouTube.
So far I really like the simplicity of OBS, so I am really hoping to get this working!
 
try:
rtsp://ip_address/axis-media/media.amp
If you have a username password configured it would be
rtsp://username:password@ip_address/axis-media/media.amp
 
Top