[Wireshark-dev] Play media streams in real time

2009-08-09 Thread Miguel Angel Cabrera Moya
Hi,

right now i have a lot of spare time and i have thought to implement a
new functionality that i think will be useful.

It will be the possibility to play the media from a RTP stream (in the
future also RTMP stream or any audio/video) in real time, and also not
only the audio codecs right now supported, but any codec included
video ones. For this i will use GStreamer because i think is the best
technology for this purpose and in this circumstances.

My goals in order are:
- Substitute current functionality with GStreamer (RTP, only audio).
- Add support for real time playing (RTP, only audio).
- Add support for playing video in a RTP stream.
- Continue to add support to other protocols that transport media.

I don't ensure that i will implement all this or any part, just until
i get a new job or get tired.

Thanks
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Play media streams in real time

2009-08-09 Thread Abhik Sarkar
Hi Miguel,

Sounds like I good idea. I was wishing a few days back that this
functionality was present. I am sure others will have comments, but I have a
couple:
- WS is distributed under GPL, and Gstreamer seems to be LGPL. I am not a
100% sure, but as far as I know, the two aren't compatible.
- I would recommend you build the player as a plug-in (if you aren't already
doing so).

Regards,
Abhik.
On Sun, Aug 9, 2009 at 2:48 PM, Miguel Angel Cabrera Moya 
madmac2...@gmail.com wrote:

 Hi,

 right now i have a lot of spare time and i have thought to implement a
 new functionality that i think will be useful.

 It will be the possibility to play the media from a RTP stream (in the
 future also RTMP stream or any audio/video) in real time, and also not
 only the audio codecs right now supported, but any codec included
 video ones. For this i will use GStreamer because i think is the best
 technology for this purpose and in this circumstances.

 My goals in order are:
 - Substitute current functionality with GStreamer (RTP, only audio).
 - Add support for real time playing (RTP, only audio).
 - Add support for playing video in a RTP stream.
 - Continue to add support to other protocols that transport media.

 I don't ensure that i will implement all this or any part, just until
 i get a new job or get tired.

 Thanks
 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Adding Hebrew support to SMB

2009-08-09 Thread Guy Shtub
Thanks for your reply.

The code works for TShark only.
In the GUI it displays the Octal value of the ASCII character.

I saw that there is an open bug for this:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1372 from February 2007.
Does anyone know the status of this bug? is anybody working on it?

Guy.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Play media streams in real time

2009-08-09 Thread Stephen Fisher

On Aug 9, 2009, at 5:28 AM, Abhik Sarkar wrote:

 - WS is distributed under GPL, and Gstreamer seems to be LGPL. I am  
 not a 100% sure, but as far as I know, the two aren't compatible.


That is always a good thing to verify.  It looks like it is compatible  
with GPLv2 and GPLv3:

   http://www.gnu.org/philosophy/license-list.html#LGPLv2.1
   http://www.gnu.org/philosophy/license-list.html#LGPL


Steve

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-Win64

2009-08-09 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark 
(development).
Full details are available at:
 http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/1095

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: windows-xp-win64

Build Reason: 
Build Source Stamp: HEAD
Blamelist: wmeier

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Play media streams in real time

2009-08-09 Thread Miguel Angel Cabrera Moya
I have researched and there are no legal issues in using a LGPLv2
library (GStreamer) with a GPLv2 application (Wireshark).

On Sun, Aug 9, 2009 at 7:25 PM, Stephen Fisherst...@stephen-fisher.com wrote:

 On Aug 9, 2009, at 5:28 AM, Abhik Sarkar wrote:

 - WS is distributed under GPL, and Gstreamer seems to be LGPL. I am
 not a 100% sure, but as far as I know, the two aren't compatible.


 That is always a good thing to verify.  It looks like it is compatible
 with GPLv2 and GPLv3:

   http://www.gnu.org/philosophy/license-list.html#LGPLv2.1
   http://www.gnu.org/philosophy/license-list.html#LGPL


 Steve

 ___
 Sent via:    Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:    http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2009-08-09 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark 
(development).
Full details are available at:
 http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/3089

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: osx-10.5-x86

Build Reason: 
Build Source Stamp: HEAD
Blamelist: krj

BUILD FAILED: failed compile

sincerely,
 -The Buildbot

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-Win64

2009-08-09 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark 
(development).
Full details are available at:
 http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/1098

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: windows-xp-win64

Build Reason: 
Build Source Stamp: HEAD
Blamelist: krj

BUILD FAILED: failed nmake all

sincerely,
 -The Buildbot

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe