Open azerto00 opened 10 years ago
You RTSP stream no receive TEARDOWN command?
Yes indeed, I tried with the sample project. (using VideoViewDemo.java) I saw my RTSP server log trace, there is no TEARDOWN command with vitamio (but the stream is displayed correctly anyway)
When Android back button is pressed, no TEARDOWN command is made => which lead my RTSP server to not close correctly something.
Can you confirm you don't have this behaviour ? I'm just surprised as this is basic command describes in the RTSP RFC.
This project seems semi-abandoned, but I'm experiencing this same issue. It seems like something that exists inside of the native library (not ffmpeg) that Vitamio provides, somewhere down in the _stop() function. Unfortunately, Vitamio does not provide this source. In our iOS app, we don't use Vitamio, but we still use ffmpeg and we discovered that our wrapper there was interrupting ffmpeg from properly sending the TEARDOWN before the socket was destroyed. In lieu of a proper fix for Vitamio, access to the native lib source would be very much appreciated.
Thanks!
Hi, I use the sample to test Vitamio. It works fine but with a RTSP stream, there is no TEARDOWN command made when the VideoView object is stopped.
I tried the same stream with VLC, and it is making one. Does someone find this strange too ?