Open andrewcapatina opened 2 years ago
I tried a test rtsp source with mp4 format. That worked well. I was even able to adjust framerate. I am investigating on server side now.
Update:
I changed the file format of the server and now I can stream the entire video. Only complaints are the playback is a bit slower and there is a pixelated gray frame (about a seconds worth) every time I run playback.
Thanks.
@andrewcapatina can i show playback video with specific start and end date with rtsp ?
@EbrahimMosaaed Yes, RTSP supports setting the duration. But I don't think this API supports that. There is a seekTo() module for this API though, may want to look into that.
Hello,
I am using this package to play rtsp streams. When I use the VLC player app for iphone, I do not see the same performance I am getting with this package. The VLC app on iphone doesn't drop any frames.
The video format sent by rtsp server is h264.
I am seeing dropped frames using this package which results in 3 seconds of a 5 second video being transmitted.
Here are the logs:
I have tried all of the Advanced and StreamOutput options but I am not seeing any results. Can anyone suggest any options that may be helpful in getting optimal performance? I've been looking at this link and trying to find the optimal set of options: https://wiki.videolan.org/VLC_command-line_help/
But consistently I've been seeing the same frames being dropped no matter what the option I set.
I will try to address the log errors, I think this will be important for getting good performance. The only issue is there aren't many choices for what I can set for options so my choices seem limited.
Any help will be appreciated, thank you.