Search found 18 matches

Go to advanced search

by brain!ac
06 Aug 2010 14:44
Forum: Development around libVLC
Topic: Selecting a specific .avi using the VLC Plugin in C#
Replies: 2
Views: 826

Re: Selecting a specific .avi using the VLC Plugin in C#

So far you're right ,with that code implemented on a Button Click event it will play ,i don't know exactly what you need but i can suggest you ,if user try to open another video clip vlc1Plugin2.playlist.clear(); wont work ,so i sugest you on Button Stop to do System.Restart(); so it will re-initial...
by brain!ac
22 Apr 2010 15:12
Forum: Web and scripting
Topic: using activex vlc in C#
Replies: 30
Views: 63045

Re: using activex vlc in C#

Im trying to use the same thing with vlc 0.9.9 ActveX and im using with that Method string url = "D:\\BackUP 05.01.2010\\Hip-Hop Video\\Beyonce-Crazy In Love [HD 720p].mp4"; string options = "--no-osd" + ""; vlc.playlistClear(); vlc.addTarget(url, options, AXVLC.VLCPlay...
by brain!ac
14 Apr 2010 13:34
Forum: VLC stream-output (sout)
Topic: How to transcode to file with cmd vlc 1.0.2
Replies: 0
Views: 361

How to transcode to file with cmd vlc 1.0.2

Hi I need a correct command which i can write on terminal using Ubuntu 9.10 Karmic ,with vlc 1.0.2 I need to input rtsp stream and output vcodec=h264 acodec=mp4a vb=512 ab=64 acess=file mux=ts samplerate=44100 . No display ,no interface (using command cvlc) ,no deinterlace . So basically i know what...
by brain!ac
18 Sep 2009 13:31
Forum: VLC stream-output (sout)
Topic: Can vlc Transcode HD to mpeg2
Replies: 0
Views: 349

Can vlc Transcode HD to mpeg2

Hi

On the documentation of VLC i did not seen any where that is wroten that HD stream can not be trans-coded to Mpeg2 either Linux or Windows is not working ,it is streaming it (duplicate) but is not trans-coding that stream to mpeg2 .

Best on regards .
by brain!ac
24 Aug 2009 02:35
Forum: VLC stream-output (sout)
Topic: Bit Rate issue (CBR)
Replies: 0
Views: 484

Bit Rate issue (CBR)

Hi If i use vlc to Transcode a video (running on Windows XP),in my case an H264 stream with stream rate 3Mbp/s on VLC is the option of Bit Rate which by deffault is 800 Kb/s and the highes i think is 8139 Kbp/s ,so if i chose 5000 Kbp/s i think it will make the stream rate like a Constant BIt Rate (...
by brain!ac
16 Aug 2009 03:13
Forum: Web and scripting
Topic: Script To Send Alert if Live Stream Stop
Replies: 1
Views: 694

Re: Script To Send Alert if Live Stream Stop

I think i have a solution about you ,but how can it be flexible i dont know . If you try to stream use Http 0.0.0.0:8080 for ex. but remember the IP address should be null always (for that because if ip add. is null VLC will stream to any host who will request the stream) and than use any aplication...
by brain!ac
16 Aug 2009 02:58
Forum: VLC stream-output (sout)
Topic: Changing Audio and Video PID
Replies: 3
Views: 7611

Re: Changing Audio and Video PID

Hi Im done with the solution Im using AVLC.dll on a Web Aplication build on ASP Visual Studio 2008 On the main Form i left user posibilities to chose Stream Destination ,Stream Source Bit Rate Protocol and Also PID Remap or PID Restamp . Im using commands with variables and for PID`s and other stuff...
by brain!ac
14 Aug 2009 09:31
Forum: VLC stream-output (sout)
Topic: Changing Audio and Video PID
Replies: 3
Views: 7611

Re: Changing Audio and Video PID

Please Reply Somebody ?

If i was not clear ask ,but please reply with some help because i need to finish the project.
by brain!ac
12 Aug 2009 22:24
Forum: VLC stream-output (sout)
Topic: Hardware compability list - We need your help!
Replies: 75
Views: 73756

Re: Hardware compability list - We need your help!

Worked with DeltaCast Delta ASI 01 on directshow
by brain!ac
12 Aug 2009 22:23
Forum: VLC media player for Windows Troubleshooting
Topic: How to Play a video and Capture it on DirectShow
Replies: 2
Views: 277

Re: How to Play a video and Capture it on DirectShow

VLC cannot output to DirectShow space. VLC can capture video and audio from DirectShow devices.
Thanks for answer

Best on advance .
by brain!ac
12 Aug 2009 21:53
Forum: VLC stream-output (sout)
Topic: Changing Audio and Video PID
Replies: 3
Views: 7611

Changing Audio and Video PID

Hi I`m working on a DVB Project for my school and this Task is about PID remapping . I am recieving a DVB-S Stream MPEGoIP from an IRD (professional receiver) ,with bouquet stream which contains several Services on it`s self ,now i`m able to select which Service i want to duplicate with the commant ...
by brain!ac
10 Aug 2009 05:36
Forum: VLC media player for Windows Troubleshooting
Topic: How to Play a video and Capture it on DirectShow
Replies: 2
Views: 277

How to Play a video and Capture it on DirectShow

Hi Sory about the Topic if it is not on a correct place but i did not know a specific section about that. There are some softwares that can play the video and Export on DirectShow than i can Capture that video with another MediaPLayer which supports Capturing . Can i do the same thing with VLC. Best...
by brain!ac
23 Jul 2009 11:37
Forum: Web and scripting
Topic: Help on using Active X
Replies: 1
Views: 540

Help on using Active X

Hi im working on a c# project for an exam @ school and i chased a Media Player for DVB Stream . Im using vlc Active X on visual studio as a reference . My progress is : I can open IP Streams (cuz i`m using a Professional Receiver that provides MpegoIP) Stop ,Play ,Full-screen and some other function...
by brain!ac
15 Jul 2009 16:46
Forum: VLC stream-output (sout)
Topic: How to stream a specific Program from TS Stream
Replies: 4
Views: 884

Re: How to stream a specific Program from TS Stream

Thanks a lot buddy ,it worked with commands and you just solved me a lot of problems that i must used to work on them (i worked on them morally but after 1 tired week i lost the confident) .
by brain!ac
13 Jul 2009 04:11
Forum: VLC stream-output (sout)
Topic: How to stream a specific Program from TS Stream
Replies: 4
Views: 884

Re: How to stream a specific Program from TS Stream

If you are using command line interface, add this parameter --program=PRMGID More information on Command_line / VLC_command-line_help pages on the wiki. Thanks for the answer After some searches and some lessons i am able to split (or separate) a channel on vlc 1.0.0 with this command :sout-all :so...
by brain!ac
13 Jul 2009 02:24
Forum: Development around libVLC
Topic: Playback problems using C
Replies: 9
Views: 1853

Re: Playback problems using C

sory for going out of the discussion way but im using libvlc from marx wraper on C# (because the original libvlc.dll could not open as reference on a c# project) I want to display the playback-program menu as a tree on my API ,so please if somebody can tell me how it is possible to do it. What i wan...
by brain!ac
10 Jul 2009 13:17
Forum: VLC stream-output (sout)
Topic: How to stream a specific Program from TS Stream
Replies: 4
Views: 884

How to stream a specific Program from TS Stream

Hi . I`m receiving from IP a DVB-s Stream on TS with many Services and i am able to chose one of services with Playback-Program menu which Service (channel) i want to show . How i`m a possible to stream a specific channel not the all stream ,because by deffault VLC stream the first Service on the TS...
by brain!ac
10 Jul 2009 08:50
Forum: Development around libVLC
Topic: How to use the Program list on C# from TS Stream
Replies: 0
Views: 569

How to use the Program list on C# from TS Stream

Hi ,first of all i`m new in forum so please don`t consider my reputation on helping me solving this problem . I`m trying to program a Media Player (VLC Skin in fact) which supports TS Stream |(VLC provides TS demuxers) ,i`m receiving a DVB-T TS Stream from udp ex. udp://192.168.30.250:1234 ,and i ca...

Go to advanced search