My rtmp stream is not playing in the MAC VLC, iphone vlc, but works in linux and windows VLC. In the MAC vlc it loads the stream but it is not playing. This is my configuration.
I am pushing my IP camera tp rtmp flashphoner using ffmpeg
ffmpeg -i rtsp://root:FIRSTPort@10.0.1.6/axis-media/media.amp -c copy -f flv rtmp://3.133.102.155:1935/live/test
I see this log in my Mac VLC
Code:
codecs =opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,h264,vp8,flv,mpv
codecs_exclude_sip =mpeg4-generic,flv,mpv
codecs_exclude_streaming =flv,telephone-event
codecs_exclude_sip_rtmp =opus,g729,g722,mpeg4-generic,vp8,mpv
#websocket ports
ws.port =8080
wss.port =8443
#rtsp_auth_cnonce=
#keep_alive.enabled=websocket,rtmfp
#keep_alive.algorithm=NONE
#rtmp.server_socket_timeout=120
rtc_ice_add_local_interface=true
I am pushing my IP camera tp rtmp flashphoner using ffmpeg
ffmpeg -i rtsp://root:FIRSTPort@10.0.1.6/axis-media/media.amp -c copy -f flv rtmp://3.133.102.155:1935/live/test
I see this log in my Mac VLC
Last edited: