Hello, guys!
I have some troubles with live streaming from axis ip cameras. I need to organize three stream from my camera through Wowza: in mp4, flv adn mjpeg. With mp4 and flv i have no problem. My ffmpeg sting is: ffmpeg -i “rtsp://user:Password@[CAMERA_ADDRESS]:554/mpeg4/media.amp” -vcodec libx264 -f flv rtmp://127.0.0.1/live/cam1_flv.sdp -f flv -vcodec libx264 rtmp://127.0.0.1/live/mp4:cam1_mp4.sdp
But i don’t know how can I make the wowza begin to stream in mjpeg. Myabe you have some ideas? Thanks a lot!