how to stream tv tunner card in vb6.0 using lates vlc

This forum is about all development around libVLC.
dudedevil100
New Cone
New Cone
Posts: 4
Joined: 15 Feb 2010 20:13

how to stream tv tunner card in vb6.0 using lates vlc

Postby dudedevil100 » 15 Feb 2010 20:40

Hi GUYS,
I am doing a project named " remote PC spy robot". I have a wireless camera attached to my robot and i am able to receive the data using the receiver and TV tuner card. For coding i am using vb6.0 . By using vlc version 1.0.5 i am able to see the video from my wireless cam. for that i am using this following code. I have used "dshow:\\ because i have only one tv tuner card.

Code: Select all

'comment:-I can see video of tuner locally Private Sub Connect_Command_Click() Dim connect_string As String connect_string = "dshow://" VLCPlugin.addTarget connect_string, null, VLCPlaylistMode.VLCPlayListReplaceAndGo, -666 VLCPlugin.play End Sub
MY PROBLEM:-
This is okay but I want to stream the tv tuner card video aswell. so i am using the following code :roll:

Code: Select all

'comment this code for streaming tv tuner video to remote pc in lan Private Sub Connect_Command_Click() Dim option() As Variant Dim connect As String connect_string = "dshow://" option() = Array(":sout=#transcode{vcodec=WMV2,vb=512,scale=1,acodec=mpga,ab=64,channels=2}:duplicate{dst=display,dst=std{access=http,mux=ts,dst=192.168.9.144:1234}}") VLCPlugin.addTarget connect_string, option(), VLCPlaylistMode.VLCPlayListReplaceAndGo, -666 End Sub
But I am not able to stream.Also with vlc 1.0.5 new version i cant stream a video file using vb6.0. , However when i stream video or tv tuner between two vlc players it works. Also if i make use of lower version of vlc's like below 0.9.9 i can stream video's but i cant stream tv tuner videos.....What is the matter. I am so frustrated :oops: from weeks solving this problem. Have any body occurred with same problem. Please help me. :cry: Your suggestions are appreciated.

Regards,
dudedevil

dudedevil100
New Cone
New Cone
Posts: 4
Joined: 15 Feb 2010 20:13

Re: how to stream tv tunner card in vb6.0 using lates vlc

Postby dudedevil100 » 17 Feb 2010 14:26

please reply :(


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 29 guests