Is it possible to stream MP4 video file through RTSP protocol?
问题 I have created RTSP Server. Client is VLC Media Player. It connects with my server in the following way: OPTIONS rtsp://192.168.1.6:5554/camera RTSP/1.0 CSeq: 2 User-Agent: LibVLC/2.2.4 (LIVE555 Streaming Media v2016.02.22) RTSP/1.0 200 OK Session: 698955009;timeout=60 Expires: 0 Server: RTSP Camera Server (Android) ver. 1.8 Public: DESCRIBE,SETUP,TEARDOWN,PLAY,PAUSE,GET_PARAMETER,SET_PARAMETER Cache-Control: no-cache DESCRIBE rtsp://192.168.1.6:5554/camera RTSP/1.0 CSeq: 3 User-Agent: LibVLC