rtsp not streaming in web player

can you please help me in streaming rtsp in web player

  • rtsp

    Votes: 0 0.0%
  • ip camera

    Votes: 0 0.0%

  • Total voters
    0

lucky

New Member
I'm trying to stream rtsp from ip camera but player first shows playing and then shows rtsp agent shutdown even if the same rtsp stream is playing in vlc easily.I'm attaching the snapshots
 

Attachments

Max

Administrator
Staff member
Hello
Try to configure WCS server WCS_HOME/conf/flashphoner.properties
Code:
rtp_force_synchronization =true
Then restart
Code:
service webcallserver restart
Please share your camera for external connection and send RTSP url to logs@flashphoner.com
We will check.
 

lucky

New Member
Still same issue after this modification. Camera is in private network and hence it dont have a public ip.Anyways i'm using sony snc ch110
 

Max

Administrator
Staff member
Camera is in private network and hence it dont have a public ip.Anyways i'm using sony snc ch110
Could you please share following logs
1. WCS_HOME/logs
2. WCS_HOME/conf
3. log.pcap
tcpdump -s 4096 -w log.pcap
4. Run Wireshark, capure traffic and send us wireshark.pcap too.
Please zip and send to logs@flashphoner.com
We will check.
 

Max

Administrator
Staff member
Share all files please.
Since you don't provide ssh we need full information about configuration and logs.
 

Max

Administrator
Staff member
Not enough information. Please share
- server log (from WCS_HOME/logs/server_logs) and
- full traffic dump captured on the server:
Code:
tcpdump -s 4096 -w log.pcap
 

lucky

New Member
does trial license will not work if i remove previous installation and install it again but license period have not expired
 

Max

Administrator
Staff member
WCS_HOME/logs/server_logs contains logs of size 11 gb.How to share such huge data.
You can remove logs older then 8 hours
Code:
tmpwatch -vv 8 WCS_HOME/logs/server_logs
In fact we need latest logs only.
does trial license will not work if i remove previous installation and install it again but license period have not expired
Yes you can do that. You will be able to use existing license after reinstall.
 

Max

Administrator
Staff member
Hello
The activation.sh script sends HTTPS request to server https://my.flashphoner.com:443
As I can see from your screenshot, you have a firewall affecting this request. So please try to fix it on your firewall end.
 
Top