VLC does't send OPTIONS and DESCRIBE requests during RTSP - vlc

I made a simple RTSP server that streams video and audio.
In previous versions of VLC everything was ok both the video and audio streams were playing well.
In the last version of VLC when I'm trying to play RTSP stream with the very same request addres I'm getting nothing.
Looking at the logs of my server I keep seeing that VLC is not sending the OPTIONS and DESCRIBE requests so my server can't send the sdp file back.
VLC jumps stright at the SETUP request without any information about what exactly my server should setup.
SETUP rtsp://192.168.0.1:514 RTSP/1.0
CSeq: 0
Transport: RTP/AVP;unicast;client_port=9030-9031
Also the VLC options that enforced interleaved rtsp through tcp is gone in the new version. I needed this too.
VLC version I'm currently using 3.0.16 Vetinari and my OS is Ubuntu 22.04.1 LTS
Thank you

Related

wowza android mobile stream doesn't work

I configure the wowza Stream server for vod and live streaming. Then I try to stream rtsp url in vlc In my machine, it’s work fine. But I try same vod rtsp url in my android mobile phone it doesn’t work. I try different machine vlc player to stream same url it also doesn’t work. Why it happen. How can I configure wowza server in android rtsp mobile streaming.

RTSP to HTTP Live Streaming (iOS)

I have RTSP feed coming from my IP Camera as my source input and need to publish it to HTTP Live Streaming (HLS) for playback on iOS devices. I have already tried RTSP-to-RTSP on iOS and it worked; this time I want to try RTSP-to-HLS. I already have Wowza and ffmpeg installed but I just don't know what commands I should run to produce HLS. I've googled for the right commands but I just couldn't find them. What should I run?
Safari supports HLS. Does it also mean that UIWebView supports HLS as well?

Customizing RTSP client library for woza

I have downloaded a library from this links its working fine for live streaming with in local network. I am not able to customize this library to communicate with wowza server. Please guide me if anyone knows.
Or else suggest me some other open source ios client library(Encoding foramt should be either H.264 or MPEG 2 or 4) to communicate with wowza server.
I recommend you to install wowza locally on your host, turn it on the max debug level and try to establish the session with you client. Then, in the log, you will see what is going on. As per my experience, wowza standard setup behaves in a pretty expectable way, understands h264 + aac sound. I implemented rtsp client for android, can send you negotiating logs, etc. You, on the other side, could also grab the log on how session is established to check if commands order is ok, all is sane and what the response is.

Live Streaming over RTMP from Wowza to iOS

I'm trying to play a live stream that is being sent out by a Wowza server, we are using RTMP to handle the streams. We have an equivalent for that works on android and the way they do it is by connecting to the server via the url and 2 parameters to identify the actual stream to play and if you are allowed to see the live video. After the connection is attempted, the server does a call back sending an integer for a check to see if the user is logged in. Once the check has passed, the video is played.
I have no idea how to handle the call back or how to properly set up the connection so that it takes both parameters and the url.
One big issue is that the Wowza server was created by a third party that we are no longer in contact with, so i have no idea on how the actual server is set up.
Any suggestions would be greatly appreciated
I recommend a few steps to start with:
Determine how the Android app actually works. Is the the server you speak of to which it sends the two parameters the Wowza server? If so, it is probably a custom plugin.
Get access to the server, so that you can configure it for iOS streaming.
You'll also need to check out some documentation, http://www.wowza.com/forums/content.php?3-quick-start-guide, http://www.wowza.com/forums/content.php?217#cupertinostreaming
Once you have a better understanding of the problem, the Wowza folks are very helpful at http://www.wowza.com/forums.
Good luck!
there is no need to android apps etc. Wowza is supporting the output which can be played # ios, because of the ios cant play flash, then it cannot played rtmp or rtsp . However Ios can play the stream which is like http: // myWowzaServer/myApplication/myStream/playlist.m3u8 ...
For better config detail please visit the
http://emrekaratasoglu.com/php-freelance-watch-wowza-live-stream-apple-ios-mobile-phone/

error:vlc not opening the mrl

I am performing live audio streaming from a server to a client using gstreamer.
Server is set up as RTSP server ,and client will be using VLC to receive the input stream.
Server program is sends the sound card audio to the client, . but unfortunately vlc at the client side is showing the following error
YOUR INPUT CAN'T BE OPENED
VLC IS UNABLE TO OPEN THE PROBLEM 'RTSP://LOCALHOST:8554/SER'CHECK THE LOG FOR DETAILS
Can anyone explain to me what the problem is? Is it something related to VLC version? I think the server is OK because it is showing messages telling it started the listening process. Please suggest me the methods to correct this error.
When this happens you can change the RTSP to RTMP or MMS and it should work unless the link is dead

Resources