Hi, Good Day! I am working on RTSP based RTP streaming for H264 Video. In that i am interested to do the Multicast based streaming. While doing so, i am having few doubts. Could anyone please clarify? With respect to the following site http://docs.real.com/docs/g2multicast.pdf in real player these t...
Hi, I downloaded the latest version of VLC 1.0.5 source code. In that, I need one favor related to the missing files of the following, descriptor.h, pat.h, pmt.h, sdt.h, dr.h, psi.h. These files are included in ts.c as follows, # include "descriptor.h" # include "tables/pat.h" # ...
Hi,
Any idea what could be the problem?
Why it is not able to play the streaming file?
Is the port what i had selected is ok?
Can i use the same pc for server(streamer) and client (player)?
Regards
Hi, If my PC address is 192.168.1.9 It shows like this, main debug: processing request item rtp://192.168.1.9:1234 node Playlist skip 0 main debug: resyncing on rtp://192.168.1.9:1234 main debug: rtp://192.168.1.9:1234 is at 0 main debug: starting new item main debug: creating new input thread main ...
Hi, Can any one tell me, Where to find the vlc media player ported on windows OS? Will that contain Vc++ workspace for any of the following code compose studio? Microsoft Visual studio 6.0/ Microsoft visual studio 2005 / 2008 express edition. The requirement is to compile the code and play the execu...
Hi, 1. Thanks for your clarification. Now i am able to play 264 file by renaming to h264 extension. 3b. Regarding RTP these are my selections: I opened vlc twice. One for player and other for server So my server and player ip is same (192.168.100.125) 1. In the player application. Media, Open networ...
Hi, First of all thank you very much for your reply. >1. You mean elementary stream H.264 files? I am referring to player part where previously (0.8.6) it is able to play the "h264 compressed bit stream" without any packetization (Encapsulation method). >2. There is no Wizard anymore. It v...
Hi, I tried downloading the latest version of vlc 1.0.2 for windows (vlc-1.0.2-win32) from the site http://www.videolan.org/vlc/download-windows.html Here, 1. I am not able to play the H264 compressed file by selecting the file open option. Is that i missed any point? But this option is straight for...
Dear Friends, Iam working in streaming application (UDP mode). In that I have few doubts. Could anyone please clarify those? 1. In H264 encoded bit stream (baseline profile) do we have Frame rate information? 2. If yes where it is? 3. If no, how to decode and display the frames at the player side? I...