VLC Streaming Problem on Webserver iMX6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
do you streaming webcam by VLC? try to confirm if you use the correct local IP address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
