RTMP stream not playing in Mac

vamsi

New Member
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.

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
Screen Shot 2020-06-19 at 9.17.06 PM.png

Screen Shot 2020-06-19 at 9.16.55 PM.png
Screen Shot 2020-06-19 at 9.16.47 PM.png
 
Last edited:

Max

Administrator
Staff member
Hello

Did you try to play stream rtsp://root:FIRSTPort@10.0.1.6/axis-media/media.amp directly in Mac VLC?
Maybe VLC doesn't like the H.264 bitstream itself.
 
Top