javascript - RTSP stream for QuickTime player does not show movie -


did faced problem when quicktime cannot play streaming video , shows blue question mark instead or errors - 400 (bad request) , 10060 (disconnected)? have tried switch getting stream ufp http protocol custom port in quicktime settings did not help.

and know can find streaming video using rtsp protocol testing, links online streams (not downloaded trailers) appreciating.

these links not work me due issue mentioned above:

http://mac.sillydog.org/qt/mov/embed_stream.php

and here last 1 works (among other streaming types) :

http://quicktime.tc.columbia.edu/users/iml/movies/mtest.html

thanks, links , advices.

the best way i've found rtsp streams play in browser window using apple's own javascript. i've tried hard coding tags same parameters, , embed tags won't work, js will. js file called ac_quicktime.js. google , should able find link enough. use 1 apple's site make sure you're getting unmodified code. load in html page, , in body, insert this:

<script>     qt_writeobject(*url*,*width*,*height*,*activex version*,*parameter1*,*value1*,*parameter2*,*value2*,*parameter3*,*value3*); </script> 

this draw appropriate code in whatever container place script. activex version can empty string (''), , many parameters can entered 1 after other. apple has exhaustive documentation on website stuff.apple developer connection.

hope marginally helpful.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -