Hi,
I use the testOnDemandRTSPServer example of livemedia(latest version) as the server part, and a vlc(latest version) as the client part to play files
through a small network, however, when playing a .ts file, it cannot be
paused while pausing other types of files (such as .mp3, .mpeg etc) works
well.
Is it correct VLC does not send the RTSP "PAUSE" command when the pause button is pressed when playing a MPEG Transport RTSP Stream.
Which part of the source codes should I read to solve this problem?