EasyDarwin 配置好之后vlc访问视频出现error,求解

bomengwutao 2017-05-12 09:11:45
下载源码进入EasyDarwin-master/EasyDarwin

执行
./Buildit x64

sudo ./easydarwin -c ../WinNTSupport/easydarwin.xml -d

WARNING: No module folder exists.
INFO: Loading Module...QTSSReflectorModule [static]
INFO: Loading Module...QTSSAccessLogModule [static]
INFO: Loading Module...QTSSFlowControlModule [static]
INFO: Loading Module...QTSSPosixFileSysModule [static]
INFO: Loading Module...QTSSAccessModule [static]
Streaming Server done starting up

vlc 链接播放的时候出现error

#C->S:
#time: ms=18185 date=Fri, 12 May 2017 12:47:50 GMT
#server: ip=192.168.0.100 port=554
#client: ip=192.168.0.100 port=53300
OPTIONS rtsp://192.168.0.100:554/22.mp4 RTSP/1.0\r\n
CSeq: 2\r\n
User-Agent: LibVLC/2.1.6 (LIVE555 Streaming Media v2014.01.13)\r\n
\r\n


#S->C:
#time: ms=18185 date=Fri, 12 May 2017 12:47:50 GMT
RTSP/1.0 200 OK\r\n
Server: EasyDarwin/7.3 (Build/17.0325; Platform/Linux; Release/EasyDarwin; State/Development; )\r\n
Cseq: 2\r\n
Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, OPTIONS, ANNOUNCE, RECORD\r\n
\r\n


#C->S:
#time: ms=18185 date=Fri, 12 May 2017 12:47:50 GMT
#server: ip=192.168.0.100 port=554
#client: ip=192.168.0.100 port=53300
DESCRIBE rtsp://192.168.0.100:554/22.mp4 RTSP/1.0\r\n
CSeq: 3\r\n
User-Agent: LibVLC/2.1.6 (LIVE555 Streaming Media v2014.01.13)\r\n
Accept: application/sdp\r\n
\r\n


#S->C:
#time: ms=18186 date=Fri, 12 May 2017 12:47:50 GMT
RTSP/1.0 500 Internal Server Error\r\n
Server: EasyDarwin/7.3 (Build/17.0325; Platform/Linux; Release/EasyDarwin; State/Development; )\r\n
Cseq: 3\r\n
Connection: Close\r\n
Content-length: 62\r\n
\r\n
There is no QTSS API module installed to process this request.

啥情况?别人都没这个错误!
...全文
7917 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
ResttaPersevere 2019-04-24
  • 打赏
  • 举报
回复
访问视频协议流出现问题,看不到视频,还是其他问题
xuelovewen 2017-12-06
  • 打赏
  • 举报
回复
是不是ffmpeg命令写错了,应该是./ffmpeg -re -i 22.mp4 -f rtsp -acodec copy -vcodec copy rtsp://127.0.0.1:554/test.sdp,后面的输出流的名字缺了.sdp
dudubibe 2017-08-02
  • 打赏
  • 举报
回复
楼主解决问题了吗?我也出现了这样的问题
bomengwutao 2017-05-12
  • 打赏
  • 举报
回复
ffmpeg 执行下面命令: ./ffmpeg -re -i 22.mp4 -f rtsp -acodec copy -vcodec copy rtsp://127.0.0.1:554/test ffmpeg version 2.1.8 Copyright (c) 2000-2015 the FFmpeg developers built on Jan 31 2017 20:49:17 with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3) configuration: --disable-yasm --enable-ffplay libavutil 52. 48.101 / 52. 48.101 libavcodec 55. 39.101 / 55. 39.101 libavformat 55. 19.104 / 55. 19.104 libavdevice 55. 5.100 / 55. 5.100 libavfilter 3. 90.100 / 3. 90.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 17.104 / 0. 17.104 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '22.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 creation_time : 2016-01-16 10:36:35 Duration: 01:28:39.00, start: 0.000000, bitrate: 1452 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x824, 1385 kb/s, 24 fps, 24 tbr, 24k tbn, 48 tbc (default) Metadata: creation_time : 2016-01-16 10:36:35 handler_name : 264:fps=24.0@GPAC0.5.1-DEV-rev4929 Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 63 kb/s (default) Metadata: creation_time : 2016-01-16 10:36:43 handler_name : aac@GPAC0.5.1-DEV-rev4929 Output #0, rtsp, to 'rtsp://127.0.0.1:554/test': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 encoder : Lavf55.19.104 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p, 1920x824, q=2-31, 1385 kb/s, 24 fps, 90k tbn, 24 tbc (default) Metadata: creation_time : 2016-01-16 10:36:35 handler_name : 264:fps=24.0@GPAC0.5.1-DEV-rev4929 Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, 63 kb/s (default) Metadata: creation_time : 2016-01-16 10:36:43 handler_name : aac@GPAC0.5.1-DEV-rev4929 Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help av_interleaved_write_frame(): Invalid argument easydarwin又没出现error #C->S: #time: ms=8627 date=Fri, 12 May 2017 14:32:50 GMT #server: ip=127.0.0.1 port=554 #client: ip=127.0.0.1 port=51400 OPTIONS rtsp://127.0.0.1:554/live/test.sdp RTSP/1.0\r\n CSeq: 1\r\n User-Agent: Lavf55.19.104\r\n \r\n #S->C: #time: ms=8627 date=Fri, 12 May 2017 14:32:50 GMT RTSP/1.0 200 OK\r\n Server: EasyDarwin/7.3 (Build/17.0325; Platform/Linux; Release/EasyDarwin; State/Development; )\r\n Cseq: 1\r\n Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, OPTIONS, ANNOUNCE, RECORD\r\n \r\n #C->S: #time: ms=8628 date=Fri, 12 May 2017 14:32:50 GMT #server: ip=127.0.0.1 port=554 #client: ip=127.0.0.1 port=51400 ANNOUNCE rtsp://127.0.0.1:554/live/test.sdp RTSP/1.0\r\n Content-Type: application/sdp\r\n CSeq: 2\r\n User-Agent: Lavf55.19.104\r\n Content-Length: 313\r\n \r\n #S->C: #time: ms=8664 date=Fri, 12 May 2017 14:32:50 GMT RTSP/1.0 200 OK\r\n Server: EasyDarwin/7.3 (Build/17.0325; Platform/Linux; Release/EasyDarwin; State/Development; )\r\n Cseq: 2\r\n \r\n #C->S: #time: ms=8664 date=Fri, 12 May 2017 14:32:50 GMT #server: ip=127.0.0.1 port=554 #client: ip=127.0.0.1 port=51400 SETUP rtsp://127.0.0.1:554/live/test.sdp/streamid=0 RTSP/1.0\r\n Transport: RTP/AVP/UDP;unicast;client_port=7904-7905;mode=record\r\n CSeq: 3\r\n User-Agent: Lavf55.19.104\r\n \r\n QTSSReflectorModule.cpp:DoSetup Session =0xf1f00860 refcount=1 #S->C: #time: ms=8665 date=Fri, 12 May 2017 14:32:50 GMT RTSP/1.0 200 OK\r\n Server: EasyDarwin/7.3 (Build/17.0325; Platform/Linux; Release/EasyDarwin; State/Development; )\r\n Cseq: 3\r\n Cache-Control: no-cache\r\n Session: 2683913876467186681\r\n Date: Fri, 12 May 2017 14:32:50 GMT\r\n Expires: Fri, 12 May 2017 14:32:50 GMT\r\n Transport: RTP/AVP/UDP;unicast;mode=record;client_port=7904-7905;interleaved=0-1\r\n \r\n #C->S: #time: ms=8665 date=Fri, 12 May 2017 14:32:50 GMT #server: ip=127.0.0.1 port=554 #client: ip=127.0.0.1 port=51400 RECORD rtsp://127.0.0.1:554/live/test.sdp RTSP/1.0\r\n Range: npt=0.000-\r\n CSeq: 4\r\n User-Agent: Lavf55.19.104\r\n Session: 2683913876467186681\r\n \r\n QTSSReflectorModule.cpp:DoPlay Session =0xf1f00860 refcount=1 #S->C: #time: ms=8665 date=Fri, 12 May 2017 14:32:50 GMT RTSP/1.0 200 OK\r\n Server: EasyDarwin/7.3 (Build/17.0325; Platform/Linux; Release/EasyDarwin; State/Development; )\r\n Cseq: 4\r\n Session: 2683913876467186681\r\n RTP-Info: url=rtsp://127.0.0.1:554/live/test.sdp/\r\n \r\n QTSSReflectorModule.cpp:RemoveOutput Session =0xf1f00860 refcount=0 QTSSReflectorModule.cpp:RemoveOutput UnRegister and delete session =0xf1f00860 refcount=0

934

社区成员

发帖
与我相关
我的任务
社区描述
多媒体/设计/Flash/Silverlight 开发 交互式设计
社区管理员
  • 交互式设计社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧