VLC Streaming Problem on Webserver iMX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VLC Streaming Problem on Webserver iMX6

896 Views
mustafabakircio
Contributor IV

I am using yocto project image that i insert my sd cart. I installed vlc features in to my image and I have project to stream video from the apache2 web server , the necessary code is implemented in the web server html code like ;

 

<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org"version="VideoLAN.VLCPlugin.2" width="100%" height="100%" id="vlc" loop="yes"autoplay="yes" target="http://79.145.55.192:8181/udp/239.0.5.185:8208/"></embed>

I have solved the vlc plugin issiue but I cant see anything in my webserver about stream ,it is not opening . Is there any thing that I m missing to add ? Can you help me about that issue?

Thanks

Best Regards Mustafa

0 Kudos
2 Replies

606 Views
joanxie
NXP TechSupport
NXP TechSupport

do you streaming webcam by VLC? try to confirm if you use the correct local  IP address?

0 Kudos

606 Views
mustafabakircio
Contributor IV

The < embed ....... ></embed> code was in the <p></p> definition , when I delete the paragraph appendix , I can see the video streaming on the webserver window . So the  problem is solved .

Thanks. 

0 Kudos