LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how we can merge vlc media player in the labview to play video in vlc ?

as u know that by vlc media player we can see video which is steamed to network , i want to see that video in vlc in labview. as i can see a video on an adress in my vlc player how i can give this adress in labvciew so i can see this video in front panel.
mpsingh
0 Kudos
Message 11 of 32
(5,221 Views)
as u know that by vlc media player we can see video which is steamed to network , i want to see that video in vlc in labview. as i can see a video on an adress in my vlc player how i can give this adress in labvciew so i can see this video in front panel.
mpsingh
0 Kudos
Message 12 of 32
(5,221 Views)

Try to tie the url string to the URI input on the VLC activex. This is the same input used for filename



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
Message 13 of 32
(5,214 Views)

i tried everything which i can do but till now i am not able to give that adress to vlc player in labview.

as i am streaming my video on the adress http://172.16.34.109:8080

 i wants to give this adress in front panel so that i can watch this video on the other system in labview.

 i made this simple programme, i don't kanow more about labview i am learning some features of it please send me a complete block diagram as soon as possible.

                                                                   thanks in advance. 

mpsingh
0 Kudos
Message 14 of 32
(5,192 Views)

A block diagram was already given to you. By me. Did you look at the example I provided? All you have to do was change the path control to a string (thereby deleting the Path To String function in the block diagram), and enter the URL in the string control. That's it.

 

The code you provided doesn't make any sense as it doesn't do anything. 

0 Kudos
Message 15 of 32
(5,184 Views)
Thanks, , for a great example program.  I'm having trouble with it though, it won't play an .avi file I have, or a stream I'm trying to play.  Is there a VLC software package that is needed for this that perhaps I don't have?  The program reports no errors but no video plays.  Any ideas would be awesome, thanks!
0 Kudos
Message 16 of 32
(4,872 Views)
Can you play the video directly with VLC? If not, then that indicates you may be missing some codecs. GSpot can determine what codecs are required to play a specific video file, and whether those codecs are actually installed on your system.
0 Kudos
Message 17 of 32
(4,848 Views)
Yep, you got it, I was trying to open some invalid files.  Got it working, thanks!  I also made a version using the more recent VLC viewer, attached here.  Thanks for your help. 
0 Kudos
Message 18 of 32
(4,806 Views)
Glad you got it sorted out, and thanks for uploading a VI that references the current VLC ActiveX control.
0 Kudos
Message 19 of 32
(4,798 Views)

Can anybody please suggest where i an get .ocx file for vlc if so pls send me the link.

0 Kudos
Message 20 of 32
(2,514 Views)