Search found 17 matches

Go to advanced search

by socialjazz
21 May 2015 05:03
Forum: General VLC media player Troubleshooting
Topic: m3u streaming is very very choppy
Replies: 4
Views: 625

Re: m3u streaming is very very choppy

I also just tried the nightly build version 3.0.0.0 for windows. It also has the same problem.
by socialjazz
21 May 2015 04:11
Forum: General VLC media player Troubleshooting
Topic: m3u streaming is very very choppy
Replies: 4
Views: 625

Re: m3u streaming is very very choppy

I tried 4 versions and all 4 are choppy
VLC - 2.2.1 64 bit for windows on windows 8.1
VLC - 2.2.1 32 bit for windows on windows 8.1
VLC - 2.0.8 Twoflower on Centos 6
VLC - 2.1.5 RinceWind on Centos 7
by socialjazz
20 May 2015 17:30
Forum: General VLC media player Troubleshooting
Topic: m3u streaming is very very choppy
Replies: 4
Views: 625

m3u streaming is very very choppy

I was trying a live m3u URL that internally was split into a list of multiple ts files.
The URL is "http://200.76.77.237/LIVE/H01/CANAL351/PROFILE03.m3u8?". This URl is playing flawlessly in XBMC, but is very choppy in VLC. There seems to be a few seconds pause between each ts file.
by socialjazz
23 Aug 2010 10:30
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85181

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Does the developer plan to port this source to the new 1.1.x version of VLC?
by socialjazz
10 Jun 2010 17:19
Forum: General VLC media player Troubleshooting
Topic: Shoutcast radio
Replies: 7
Views: 9542

Re: Shoutcast radio

i am curious, what sort of terms did nullsoft propose? Will appreciate if you tell me.
by socialjazz
24 Mar 2010 07:53
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85181

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Is there anymore update on development of this wrapper?
This is a very nice wrapper, easy to use and it will be a waste if this is no longer maintained
by socialjazz
08 Mar 2010 15:47
Forum: VLC stream-output (sout)
Topic: is there a way to speed up transcoding for offline file?
Replies: 7
Views: 8392

Re: is there a way to speed up transcoding for offline file?

I am using windows with VLC 1.0.5 Using the sout parameter: vlc -vvv "c:\source.avi" --sout=#transcode{vcodec=mp4v,acodec=mp4a,ab=192,channels=2}:standard{access=file,mux=mp4,dst="c:\converted.mp4"} makes the vlc transcode at 1x speed. Trying other codecs does the same. What Opti...
by socialjazz
06 Mar 2010 14:49
Forum: VLC stream-output (sout)
Topic: is there a way to speed up transcoding for offline file?
Replies: 7
Views: 8392

is there a way to speed up transcoding for offline file?

I am converting an offline file from one format to another. Is there a way to speed up the conversion. I have tried using input.rate variable but it does not help.
by socialjazz
20 Jun 2009 19:11
Forum: VLC 1.0.0 testing
Topic: Any reason for removing shoutcast?
Replies: 0
Views: 5527

Any reason for removing shoutcast?

1.0.0 no longer has shoutcast as part of its playlist.
Any reason why it was removed?
by socialjazz
20 Jun 2009 08:14
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85181

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Hiii guys,I don't know how many of u have got around this issue. In ym case I have a tabcontrol the main tab/front window has a windowsformshost with a child as panel.the second tabitem is a list of items that i can use to playt things from. In the constructor of my windows ,i set the handle of vlc...
by socialjazz
20 Jun 2009 08:11
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85181

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

I'm trying to play a stream through this wrapper using the following VlcMedia desc = Vlc.NewMedia(filename); VlcPlayer.Load(desc); desc.Dispose(); VlcPlayer.Play(); if I pass the actual stream URL, the stream plays. ie the following works: string filename = "mms://wmlive-acl.bbc.co.uk/wms/bbc_...
by socialjazz
19 Jun 2009 12:29
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81801

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Hi,

where can i download your code and do a test on it?
i assueme your code works on all version of 0.9.x
by socialjazz
19 Jun 2009 11:19
Forum: VLC 1.0.0 testing
Topic: 1.0.0.0 ActiveX can no longer parse file!
Replies: 6
Views: 7936

1.0.0.0 ActiveX can no longer parse file!

when i try to playlist.add the url "http://www.shoutcast.com/sbin/tunein-tvstation.pls?id=278956", it will not play. It will only play if i add in the URL http://87.118.94.218:8000;stream.nsv (which can be found in the query url above). All previous versions of activeX works Why is new act...
by socialjazz
19 Jun 2009 10:17
Forum: VLC 1.0.0 testing
Topic: sout problem on 1.0.0 RC3 ActiveX
Replies: 3
Views: 7658

Re: sout problem on 1.0.0 RC3 ActiveX

oh my goodness, they have removed this feature in the latest ActiveX?
so can i still record streaming URL with ActiveX? Any new API or anything?
by socialjazz
18 Jun 2009 18:34
Forum: VLC 1.0.0 testing
Topic: sout problem on 1.0.0 RC3 ActiveX
Replies: 3
Views: 7658

sout problem on 1.0.0 RC3 ActiveX

I am using ActiveX on client and tested with the following sout to record a stream without encoding: :sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst=FileName}} It works on 0.9.9 and versions below it, but it does nothing on 1.0.0RC3 Can anyone tell me if it is a bug or there is a newer ...
by socialjazz
18 Jun 2009 18:24
Forum: VLC stream-output (sout)
Topic: VLC 1.0.0RC3 sout problem
Replies: 1
Views: 368

VLC 1.0.0RC3 sout problem

I am using ActiveX on client and tested with the following sout to record a stream without encoding: :sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst=FileName}} It works on 0.9.9 and versions below it, but it does nothing on 1.0.0RC3 Can anyone tell me if it is a bug or there is a newer ...
by socialjazz
19 May 2009 09:19
Forum: Web and scripting
Topic: How to hide URL when playing a streaming video?
Replies: 5
Views: 3924

How to hide URL when playing a streaming video?

Is there any Options I can set to hide the URL from showing at the bottom of the screen whenevery i play an online streaming video?

I am using 0.99 VLC activeX

Go to advanced search