QuickTime Streaming not working
-
Alright, I’ve been messing with it forever (ok, maybe not that long) now and I can’t get videos to stream. I’ve used all of the differing code options on Dreamhost wiki and it either screws up my page or doesn’t show anything. I’ve had to delete all test posts because it screws up the page so bad. But this is the code:
<embed src=”https://alexissdawn.com/postermovs/poster.mov” >
href=”rtsp://streaming.alexissdawn.com/streaming.alexissdawn.com/win98.mov”
width=”200″ height=”240″ target=”quicktimeplayer”></embed><embed src=”https://alexissdawn.com/postermovs/poster.mov” >
href=”rtsp://streaming.alexissdawn.com/streaming.alexissdawn.com/win98.mov”
width=”200″ height=”240″ target=”myself”></embed><OBJECT CLASSID=”clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B” >
WIDTH=”320″
HEIGHT=”240″
CODEBASE=”https://www.apple.com/qtactivex/qtplugin.cab”>
<PARAM name=”SRC” VALUE=”https://alexissdawn.com/postermovs/poster.mov”>
<PARAM name=”QTSRC” VALUE=”rtsp://streaming.alexissdawn.com/streaming.alexissdawn.com/win98.mov”>
<PARAM name=”AUTOPLAY” VALUE=”true”>
<PARAM name=”CONTROLLER” VALUE=”false”>
<embed src=”https://alexissdawn.com/postermovs/poster.mov”>
qtsrc=”rtsp://streaming.alexissdawn.com/streaming.alexissdawn.com/win98.mov”
width=”320″ height=”240″ target=”myself” controller=”false” autoplay=”true”>
</embed>
</OBJECT>None of them work and they screw up the layout of my site horribly so I’ve had to remove the entry. When I look at the coding for it, it changes it to just this:
<object width=”320″ height=”240″ classid=”clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B” codebase=”https://www.apple.com/qtactivex/qtplugin.cab”>
<param name=”SRC” value=”https://alexissdawn.com/postermovs/poster.mov” />
<param name=”QTSRC” value=”rtsp://streaming.alexissdawn.com/streaming.alexissdawn.com/win98.mov” />
<param name=”AUTOPLAY” value=”true” />
<param name=”CONTROLLER” value=”false” /></object>Can anybody help me?? I just need some simple code to stream some MOV files on my site. Any help ASAP would be GREAT!! Thanks in advance…
- The topic ‘QuickTime Streaming not working’ is closed to new replies.