Bad URI

lalit_tolani

New Member
I want to display rtsp stream to my webpage. It is working fine if the stream is not secured for example rtsp://192.168.11.11:554/stream1/channel1 but if for some camera stream is secured or protected for example
rtsp://admin:admin@192.168.11.11/stream1/channel1
" it is showing bad URI "

Can anyone help why this error occurs if rtsp stream URL has username and password ?
 

lalit_tolani

New Member
First few lines of my flashohoner.properties are
ip = 192.168.50.50
ip_local = 0.0.0.0
.....

codecs = opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,vp8,h264,flv,mpv



Last lines of my flashphoner.properties are are :



rtsp_client_address= 192.168.50.50
rtsp_interleaved_mode=true
disable_streaming_proxy=true
rtsp_fail_on_error_track=false
rtsp_force_synchronization=true
 

Max

Administrator
Staff member
Hello
1. Make pcap dump on WCS server
Code:
tcpdump -s 4096 -w log.pcap
2. Make pcap dump using Wireshark and VLC on your PC
Send us server logs and wcs.pcap and vlc.pcap to support@flashphoner.com
We will check.
 
Top