Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>What client are you using to stream the file? If you are using VLC, you can get additional messages information that may help answer the problem. The other thing is to check whether the client has received any packets this should be in the access history log.</p> <p>Possible problems include:</p> <ul> <li><strong>UDP packets blocked:</strong> does the client only attempt to create a UDP connection; is there a NAT or firewall between server and client that may be blocking this transport?</li> <li><strong>Improperly encoded file:</strong> what codecs were used to encode the audio and video; what options? E.g. Some clients may support h.264, however, they may only support baseline profile and not main profile.</li> </ul> <p>Additional things that you can attempt to continue troubleshooting:</p> <ul> <li>Look at the packets/sent received counts in the server logs.</li> <li>Download live555's RTSP library that includes the openRTSP binary (you should be able to compile this on a Debian system). It gives you an alternate client that can print very verbose output to understand if you have any server-side problems.</li> <li>Use Telnet and send a DESCRIBE request to the server by hand and look at the response to see that it looks acceptable.</li> <li>Take a packet capture on the outgoing interface of your darwin streaming server. This will allow you to see what response was sent from the server and whether all packets are getting sent. If you can also take a packet capture on the client device, you can confirm whether UDP packets are getting received.</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload