|
oRTp not streaming properly on vlc player(help me)
Iam trying to use ortp for streaming,iam using the test application, that comes with ortp.In that iam able to send video from one pc to other(using mrtpsend and rtprecv)
But when i tried with mrtpsend and vlc player, iam not getting video properly.
I have changed payload type to 32 for mpg video
I also tried different timestamp
The quality of video in vlc player is poor(nothing).
Here are the details
RTP library
ortp-0.18.0
System details
nikhilvs9999@nikhilvs9999-Vostro-230:~$ uname -a
Linux nikhilvs9999-Vostro-230 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 i686 i386 GNU/Linux
i have tried all this with payload type 32 for an mpg video in same system
sudo ./mrtpsend 1.mpg 127.0.0.1 5004 1 --packet-size 1500 --ts-inc 1500
sudo ./mrtpsend 1.mpg 127.0.0.1 5004 1
How to increase the video quality in vlc player
|