Re: [Live-devel] MP3 file stream crashes

2023-08-29 Thread Matthew Hale
I'm writing it for unicast. I tried the testOnDemandRTSPServer from the source, still no luck. The WAV file stream works but not the MP3. Can the MP3FileSource fail for some MP3s and cause this sort of thing? The main difference between my two subsessions is the Mic stream (working) has a custom m

Re: [Live-devel] MP3 file stream crashes

2023-08-29 Thread Ross Finlayson
Are you trying to stream via multicast, or via unicast? Note that the “testMP3Streamer” application streams using IP multicast. If, instead, you want to stream via IP unicast, then you should use the “testOnDemandRTSPServer” application (which is also supplied in the “testProgs” directory) as

[Live-devel] MP3 file stream crashes

2023-08-29 Thread Matthew Hale
Hi, I'm having a problem with a MP3 RTSP stream. I've subclassed OnDemandServerMediaSubsession to create a subsession based on the testMP3Streamer.cpp using the MPEG1or2AudioRTPSink and MP3FileSource. I'm also using the RTSPServer and ServerMediaSession. The crash is after the PLAY request due to