Michel Promonet

Results 276 comments of Michel Promonet
trafficstars

Hi Elliot, The -o option is forwarding encoded image, this need a compressed source, so it probably cannot works with screen capture. To improve performances, a possible way could be...

Hi, You can try to set width & height of the capture, the first connection will try to set capture format. Following will use it. Best Regards, Michel.

Hi sshaikh, I dont't know what is the issue, could you post RTSP exchange capture ? Best Regards Michel.

Hi sshaikh, The capture is not detailed enough, the content of the RTSP negociation is not available. Do you have more logs ? Best Regards, Michel.

HI GadgetAngel, Till now it is work like liv555 behave, The TCP is decided calling RTSP SETUP and doesnot depend on RTSP url Using vlc this is done by the...

Hi ShahanKrakirian, I never tried with IOS, I will try with safari, one of these days. You may try using the embeded index.html openning http://[IP:8554] in Safari, this index?html use...

Hi, You are right, default settings is 25fps, this could be better to not set fps by default. There is 2 possible ways either using '-f ' (no ioctl will...

Hi Faber182, Sure you can implement Nvidia encoding/decoding using similar way used with NullDecode & NullEncode. However using -o there is no more decoding/encoding, then I am not sure GPU...

Hi @azsde It may be network that drop frames. One approach is to use wireshark (or similar tools), another is to make connection through RTP over RTSP (to see if...

Hi Azsde, In order to ask for TCP stream, you should send an RTSP SETUP, this could be done using `--rtsp-tcp` of vlc or `-rtsp_transport tcp` of ffmpeg Best Regards,...