我无法播放任何RTSP流从任何XUbuntu/Ubuntu/Debian棍子或我的XUbuntu运行在我的笔记本电脑和桌面。
我有几个rtsp来源:
这两种流都可以在VLC上播放:
两种流都不能在VLC/mplayer/ffplay上播放:
问题肯定是Ubuntu的新基础,新Debian 11,因为在那里也不可能打开流。
我在VLC中得到了这样的错误信息:
satip debug: try to open 'rtsp://192.168.178.2:8554/video0'
satip debug: connect to host '192.168.178.2'
main debug: net: connecting to 192.168.178.2 port 8554
...
main debug: no art finder modules matched
main debug: connection succeeded (socket = 37)
main debug: net: opening 0.0.0.0 datagram port 9040
main debug: net: opening 0.0.0.0 datagram port 9041
qt debug: IM: Setting an input
satip error: Failed to setup RTSP session
main debug: net: connecting to 192.168.178.2 port 8554
main debug: connection succeeded (socket = 36)
access_realrtsp warning: Cseq mismatch, got 1, assumed 0
access_realrtsp debug: rtsp connected
access_realrtsp warning: only real/helix rtsp servers supported for now
main debug: no access modules matched
main debug: dead input
qt debug: IM: Deleting the input我已经尝试了mplayer,vlc (3.012在Pi和Linux,应用程序版本是3.3.4 ),ffmpeg .但结果是一样的。
这意味着,问题不是VLC。
Ubuntu/Debian中的端口被阻塞了,还是有什么特别的事情需要我去做,这样我才能玩rtsp?
发布于 2021-09-09 08:08:11
https://forum.videolan.org/viewtopic.php?f=13&t=158071&p=520527说:
请注意,Debian VLC构建不支持Debian策略决定的RTSP。如果您需要RTSP,请使用Flatpak。
也许“使用Flatpak”或"Snap,但不是..deb的“帮助。
https://askubuntu.com/questions/1360613
复制相似问题