Rtsp Agent Shutdown

Hi,
I am having trouble with a particular device with the player.
When i start it, it says Playing, but I only get the loading gif, then after a few seconds i get RtspAgent Shutdown.
upload_2018-4-17_9-46-2.png

upload_2018-4-17_9-46-34.png


I attached conf and flashphoner server log.
This device is working with an other library.
So i guess this is just a question of configuration.

I am wondering if the profile-level-id is supported by the library so far: profile-level-id=42c029
a=fmtp:96 packetization-mode=1;profile-level-id=42c029;sprop-parameter-sets=Z0LAKY1oFB8gHhEI1A==,aM4BqDXI;
is it possible to configure the interleaved in the library.
I see the interleaved is using 2-3 instead of 0-1 comparing to a lot of libraries.

I am trying to find some hints to make this work, if you guys have any let me know.
I have the tcpdump but i can't post it here cause file is too big(7mb).

Thanks
David
 

Attachments

Max

Administrator
Staff member
Hello
The H.264 profile and level 42c029 may be not recognized properly by Chrome browser.
You can enable server-side transcoding
Code:
disable_streaming_proxy=true
in flashphoner.properties
In such a case WCS will transcode stream to a format readable by browser.
You can also share download link to pcap dump. We will analyse the dump.
is it possible to configure the interleaved in the library.
I see the interleaved is using 2-3 instead of 0-1 comparing to a lot of libraries.
Currently it is not configured. We have registered internal ticket WCS-1192 for such configuration.
We will inform you once we have any updates.
 
It works for this device with that flag, but once the FlashPhoner Logo appers after a few seconds, it then stops the stream on that device.
upload_2018-4-18_12-14-58.png


Overall after a few seconds/minutes the connection closes with the other devices.. is it caused by the trial version?
 

Attachments

Max

Administrator
Staff member
Thanks for the report.
We have raised internal ticket WCS-1207.
We will inform you once we have any news.
 

Max

Administrator
Staff member
Hello
We have not found any visible issues with provided logs.
So we need direct SSH access to check the same on server.
Could you please arrange a server with SSH access and RTSP URL reachable from this server.
 
Top