[vlc] vlc Digest, Vol 36, Issue 14

Wayne Adams wayneadams at embarqmail.com
Sun May 16 03:28:07 CEST 2010


----- Original Message -----
From: vlc-request at videolan.org
To: vlc at videolan.org
Sent: Saturday, May 15, 2010 4:53:15 AM GMT -06:00 US/Canada Central
Subject: vlc Digest, Vol 36, Issue 14

Send vlc mailing list submissions to
	vlc at videolan.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mailman.videolan.org/listinfo/vlc
or, via email, send a message with subject or body 'help' to
	vlc-request at videolan.org

You can reach the person managing the list at
	vlc-owner at videolan.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of vlc digest..."


Today's Topics:

   1.  Charles Adams (Wayne Adams)
   2.  Fwd: vlc Digest, Vol 36, Issue 13 (Wayne Adams)
   3. Re:  [Bulk]  Charles Adams (Just an Illusion)
   4.  about the support private decoding (Yangbo)
   5.  A recent package received (dad 1)


----------------------------------------------------------------------

Message: 1
Date: Fri, 14 May 2010 07:03:17 -0400 (EDT)
From: Wayne Adams <wayneadams at embarqmail.com>
Subject: [vlc] Charles Adams
To: vlc at videolan.org
Message-ID:
	<1231399524.9527481273834997618.JavaMail.root at md20.embarq.synacor.com>
Content-Type: text/plain; charset=utf-8

 Why will VLC not play format AVI ?  I will get a new player and burner. 
----- Original Message -----
From: vlc-request at videolan.org
To: vlc at videolan.org
Sent: Friday, May 14, 2010 5:00:02 AM GMT -06:00 US/Canada Central
Subject: vlc Digest, Vol 36, Issue 13

Send vlc mailing list submissions to
	vlc at videolan.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mailman.videolan.org/listinfo/vlc
or, via email, send a message with subject or body 'help' to
	vlc-request at videolan.org

You can reach the person managing the list at
	vlc-owner at videolan.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of vlc digest..."


Today's Topics:

   1.  Invitaci?n a conectarnos en LinkedIn (Johnny Laura)
   2.  streaming through command line (Rohit Gupta)
   3. Re:  streaming through command line (Jean-Philippe Andr? )


----------------------------------------------------------------------

Message: 1
Date: Thu, 13 May 2010 11:04:40 -0700 (PDT)
From: Johnny Laura <johnnylq at gmail.com>
Subject: [vlc] Invitaci?n a conectarnos en LinkedIn
To: <vlc at videolan.org>
Message-ID:
	<890482529.3939329.1273773880465.JavaMail.app at ech3-cdn08.prod>
Content-Type: text/plain; charset="utf-8"

LinkedIn
------------

   
Me gustar?a a?adirte a mi red profesional en LinkedIn.
 
-Johnny

Johnny Laura
Propietario en ITUS - GISS 
Per?

Confirma que conoces a Johnny Laura
https://www.linkedin.com/e/isd/1299499865/tcYsnH2m/


 
------
(c) 2010, LinkedIn Corporation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20100513/447bc8d0/attachment.html>

------------------------------

Message: 2
Date: Fri, 14 May 2010 12:19:33 +0530
From: Rohit Gupta <rohit.kgec at gmail.com>
Subject: [vlc] streaming through command line
To: vlc at videolan.org
Message-ID:
	<AANLkTikaGbqnyCVnFM0VfQWK_dFCwcFnPByLIh0X7kSM at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I want to start a "digital radio service" by streaming audio files in my LAN.

At present I can stream the files through the easy to use GUI interface of vlc.

I want to stream the audio files through the command line. I read the
documentation but was unable to help myself.
It will be useful if you give me the command for the following example:

File to stream:  ~/vlc.mp3 ~/stream.mp3
type: udp
address: 225.0.0.0
port: 1234

how to stream the files if i want to receive it at the client side
through: udp://225.0.0.0:1234

please reply.

Thank You
Rohit Gupta.
KGEC


------------------------------

Message: 3
Date: Fri, 14 May 2010 17:41:14 +0800
From: "Jean-Philippe Andr? " <jpeg at videolan.org>
Subject: Re: [vlc] streaming through command line
To: Rohit Gupta <rohit.kgec at gmail.com>
Cc: Mailing list for VLC media player users <vlc at videolan.org>
Message-ID: <201005141741.15118.jpeg at videolan.org>
Content-Type: Text/Plain;  charset="iso-8859-1"

Hi,

On Friday 14 May 2010 14:49:33 Rohit Gupta wrote:
> I want to start a "digital radio service" by streaming audio files in my
> LAN.
> 
> At present I can stream the files through the easy to use GUI interface of
> vlc.
> 
> I want to stream the audio files through the command line. I read the
> documentation but was unable to help myself.
> It will be useful if you give me the command for the following example:
> 
> File to stream:  ~/vlc.mp3 ~/stream.mp3
> type: udp
> address: 225.0.0.0
> port: 1234
> 
> how to stream the files if i want to receive it at the client side
> through: udp://225.0.0.0:1234

I don't think 255.0.0.0 is a valid address. But here's what you can do:

$ vlc your-file.mp3 --sout='#std{dst=224.0.0.1,port=1234,mux=ts,access=udp}'

Then, on the client side, access it via:

$ vlc udp://@224.0.0.1:1234

Best,

-- 
Jean-Philippe Andr? (jpeg)


------------------------------

_______________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc


End of vlc Digest, Vol 36, Issue 13
***********************************


------------------------------

Message: 2
Date: Fri, 14 May 2010 07:44:40 -0400 (EDT)
From: Wayne Adams <wayneadams at embarqmail.com>
Subject: [vlc] Fwd: vlc Digest, Vol 36, Issue 13
To: vlc <vlc at videolan.org>
Message-ID:
	<833780230.9531781273837480783.JavaMail.root at md20.embarq.synacor.com>
Content-Type: text/plain; charset=utf-8


----- Forwarded Message -----
From: vlc-request at videolan.org
To: vlc at videolan.org
Sent: Friday, May 14, 2010 5:00:02 AM GMT -06:00 US/Canada Central
Subject: vlc Digest, Vol 36, Issue 13

Send vlc mailing list submissions to
	vlc at videolan.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mailman.videolan.org/listinfo/vlc
or, via email, send a message with subject or body 'help' to
	vlc-request at videolan.org

You can reach the person managing the list at
	vlc-owner at videolan.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of vlc digest..."


Today's Topics:

   1.  Invitaci?n a conectarnos en LinkedIn (Johnny Laura)
   2.  streaming through command line (Rohit Gupta)
   3. Re:  streaming through command line (Jean-Philippe Andr? )


----------------------------------------------------------------------

Message: 1
Date: Thu, 13 May 2010 11:04:40 -0700 (PDT)
From: Johnny Laura <johnnylq at gmail.com>
Subject: [vlc] Invitaci?n a conectarnos en LinkedIn
To: <vlc at videolan.org>
Message-ID:
	<890482529.3939329.1273773880465.JavaMail.app at ech3-cdn08.prod>
Content-Type: text/plain; charset="utf-8"

LinkedIn
------------

   
Me gustar?a a?adirte a mi red profesional en LinkedIn.
 
-Johnny

Johnny Laura
Propietario en ITUS - GISS 
Per?

Confirma que conoces a Johnny Laura
https://www.linkedin.com/e/isd/1299499865/tcYsnH2m/


 
------
(c) 2010, LinkedIn Corporation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20100513/447bc8d0/attachment.html>

------------------------------

Message: 2
Date: Fri, 14 May 2010 12:19:33 +0530
From: Rohit Gupta <rohit.kgec at gmail.com>
Subject: [vlc] streaming through command line
To: vlc at videolan.org
Message-ID:
	<AANLkTikaGbqnyCVnFM0VfQWK_dFCwcFnPByLIh0X7kSM at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I want to start a "digital radio service" by streaming audio files in my LAN.

At present I can stream the files through the easy to use GUI interface of vlc.

I want to stream the audio files through the command line. I read the
documentation but was unable to help myself.
It will be useful if you give me the command for the following example:

File to stream:  ~/vlc.mp3 ~/stream.mp3
type: udp
address: 225.0.0.0
port: 1234

how to stream the files if i want to receive it at the client side
through: udp://225.0.0.0:1234

please reply.

Thank You
Rohit Gupta.
KGEC


------------------------------

Message: 3
Date: Fri, 14 May 2010 17:41:14 +0800
From: "Jean-Philippe Andr? " <jpeg at videolan.org>
Subject: Re: [vlc] streaming through command line
To: Rohit Gupta <rohit.kgec at gmail.com>
Cc: Mailing list for VLC media player users <vlc at videolan.org>
Message-ID: <201005141741.15118.jpeg at videolan.org>
Content-Type: Text/Plain;  charset="iso-8859-1"

Hi,

On Friday 14 May 2010 14:49:33 Rohit Gupta wrote:
> I want to start a "digital radio service" by streaming audio files in my
> LAN.
> 
> At present I can stream the files through the easy to use GUI interface of
> vlc.
> 
> I want to stream the audio files through the command line. I read the
> documentation but was unable to help myself.
> It will be useful if you give me the command for the following example:
> 
> File to stream:  ~/vlc.mp3 ~/stream.mp3
> type: udp
> address: 225.0.0.0
> port: 1234
> 
> how to stream the files if i want to receive it at the client side
> through: udp://225.0.0.0:1234

I don't think 255.0.0.0 is a valid address. But here's what you can do:

$ vlc your-file.mp3 --sout='#std{dst=224.0.0.1,port=1234,mux=ts,access=udp}'

Then, on the client side, access it via:

$ vlc udp://@224.0.0.1:1234

Best,

-- 
Jean-Philippe Andr? (jpeg)


------------------------------

_______________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc


End of vlc Digest, Vol 36, Issue 13
***********************************


------------------------------

Message: 3
Date: Fri, 14 May 2010 14:00:17 +0200
From: Just an Illusion <jai4forum at yahoo.fr>
Subject: Re: [vlc] [Bulk]  Charles Adams
To: Mailing list for VLC media player users <vlc at videolan.org>
Message-ID: <4BED3B51.9000905 at yahoo.fr>
Content-Type: text/plain; charset=ISO-8859-1

Hi, your are right that seems stange but :
1- Are you sure than the 'mvie' is really an Avi formatted file ?
2 - Are you sure than your new player or burner do not limit the type of
supported file ?

Or in resume : how are you sure than the problem trully come from Vlc ?

Please give us more details on how do you try to play the movie ? which
type of message is given, if any ?
Have you try with some other players ? did they work ?
and after some details on your computer organisation (typically Os,
version, installed updates,...)

That can be help people to provide a true response.
Best regards, JaI

On 14/05/2010 13:03, Wayne Adams wrote:
>  Why will VLC not play format AVI ?  I will get a new player and burner. 
> <snip>
>



------------------------------

Message: 4
Date: Wed, 12 May 2010 21:57:31 +0800
From: "Yangbo" <yangbo at hikvision.com>
Subject: [vlc] about the support private decoding
To: <vlc at videolan.org>
Message-ID: <01c801caf1db$158fd500$090103ac at CHINAA9260C8B5>
Content-Type: text/plain; charset="us-ascii"

Hi, 

 

Good day! I am a salesman from China and work for a video surveillance
hardware manufactures called HIKVISION, we make DVR(Digital Video Recorder)
and IPcameras; so far we are the biggest DVR provider worldwide(from IMS
report, UK), and most of the products were used in government/police legal
surveillance project for public security, just like Charles de Gaulle
airport, London buses, HK MTR, Shanghai Expo and so on. 

 

Now H.264 compression is more and more popular and now people enquiry more
about this, but if you know the history you can understand that if we
involved in this industy for more than 8 years, we can not get any STANDARD
H.264 codec before. So we have to create our own defined H.264, means with
some private protocol on compression and file package. 

 

Now we are facing an enquiry from police dept. in a famous southeast asia
country, about the player of the system---more than 300+ DVR and storage
equipments were already installed on sites, whether the video files could be
played by VLC or Windows Media player. So far we have to use our own player
or install a filter then could use Windows media player. But the authority
don't allowed to install any .exe program or filter. It makes us headache. 

 

So may I know, could VLC support HIKvision recording files? Thank you very
much! 

 

Best Regards

Yang Bo

International Business Department Asia Team Manager
Hangzhou HIKVISION Digital Technology Co., Ltd
Tel:     +86-571-88075998 Ext.:8224

Mobile:+86-137 57134487

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20100512/a23a27fc/attachment.htm>

------------------------------

Message: 5
Date: Thu, 13 May 2010 15:40:25 +0200 (CEST)
From: dad 1 <dad4six at fsmail.net>
Subject: [vlc] A recent package received
To: vlc at videolan.org
Message-ID: <190129.937751273758025647.JavaMail.www at wwinf3708>
Content-Type: text/plain; charset="utf-8"

Hello VLC team.
 
I recently downloaded the free VLC media player and have received a package containing something called ?T high definition camera? together with an instruction leaflet and a slip of paper as shown in the attachment.
 
Whilst this is very nice, I do not recall making any purchase. Do you know who sent this to me and why, and from where do you suppose my address was gained?
 
All very intriguing and I will appreciated your reply.
 
Regards.
 
Peter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20100513/f5bc4cf1/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: VLC note004.pdf
Type: application/pdf
Size: 23075 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20100513/f5bc4cf1/attachment.pdf>

------------------------------

_______________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc


End of vlc Digest, Vol 36, Issue 14
***********************************



More information about the vlc mailing list