Can't stream in vb6, my options are wrong, please help!!!

About encoding, codec settings, muxers and filter usage
navafeldman
New Cone
New Cone
Posts: 5
Joined: 24 Apr 2010 06:27

Can't stream in vb6, my options are wrong, please help!!!

Postby navafeldman » 26 Apr 2010 16:16

I'm trying to stream a file throug the vlc plug in in vb6, and i just can't. I think tha my sout parameter is wrong the way i'm sending it, althoug if i try usisng this same parameter via command line it works fine. Please help me.

This is my vb6 code:

Code: Select all

Private Sub Form_Load() VLCPlugin1.playlistClear VLCPlugin1.MRL = Trim(lsURL) VLCPlugin1.addTarget VLCPlugin1.MRL, Array(":sout=#duplicate{dst=display,dst=standard{mux=ts,dst=239.255.12.43,access=udp}}"), VLCPlayListAppendAndGo, -666 VLCPlugin1.play End Sub
The video file plays fine, but i can't see it in any client.

This is the way i run it via command line :
C:\Program Files\VideoLAN\VLC>vlc -vvv C:\Alizee\isla.mpg --sout #duplicate{dst=display,dst=standard{mux=ts,dst=239.255.12.43,access=udp}}

This way plays and stream just fine.

Does any one can help me, pleaseeeeeEeEEEEE

mpbejo
Blank Cone
Blank Cone
Posts: 29
Joined: 04 Jan 2010 23:13

Re: Can't stream in vb6, my options are wrong, please help!!

Postby mpbejo » 28 Apr 2010 23:11

read this...no solution but can help you to find

viewtopic.php?f=4&t=72611

navafeldman
New Cone
New Cone
Posts: 5
Joined: 24 Apr 2010 06:27

Re: Can't stream in vb6, my options are wrong, please help!!

Postby navafeldman » 29 Apr 2010 00:03

So it doesn't work for stream? that was what i understood, bu maybe i misudertsood... jejeje...

mpbejo
Blank Cone
Blank Cone
Posts: 29
Joined: 04 Jan 2010 23:13

Re: Can't stream in vb6, my options are wrong, please help!!

Postby mpbejo » 29 Apr 2010 11:21

My opinion is: Yes don't work!
But the old ActiveX is no more developed and in the documentation is written to use VLC ActiveX V2 http://wiki.videolan.org/ActiveX
I tried the V2 version with no luck, the only way to solve this the problem is that the developers make some test to understand why the ActiveX V2 don't work
I hope one of them read this post
Ciao


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 4 guests