<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi<br>
<br>
I have a little problem recording a network stream.<br>
I am able to see the streaming using this line:<br>
<br>
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; font-size: medium;"><span
class="Apple-style-span" style="font-family: verdana,sans-serif;
line-height: 16px; font-size: small;">gst-launch-0.10 -v udpsrc
port=30100 caps="application/x-rtp,media=(string)video,
payload=(int)121, clock-rate=(int)90000,
encoding-name=(string)MP4V-ES, profile-level-id=(string)1" !
decodebin ! autovideosink<span class="Apple-converted-space"> <br>
<br>
The stream that i see is perfect, no artfact or decoding
problem.<br>
So for see the stream all is correct.<br>
The problem is recording this stream.<br>
Reading documentation i saw that i have to use this
instruction: </span></span></span><span
class="Apple-style-span" style="border-collapse: separate; color:
rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
line-height: normal; orphans: 2; text-indent: 0px; text-transform:
none; white-space: normal; widows: 2; word-spacing: 0px;
font-size: medium;"><span class="Apple-style-span"
style="font-family: verdana,sans-serif; line-height: 16px;
font-size: small;">filesink<br>
<br>
I have try put this instruction in the same command<br>
<br>
</span></span><span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0);
font-family: 'Times New Roman'; font-style: normal; font-variant:
normal; font-weight: normal; letter-spacing: normal; line-height:
normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;
font-size: medium; "><span class="Apple-style-span"
style="font-family: verdana, sans-serif; line-height: 16px;
-webkit-border-horizontal-spacing: 1px;
-webkit-border-vertical-spacing: 1px; font-size: small; ">gst-launch-0.10
-v udpsrc port=30100
caps="application/x-rtp,media=(string)video, payload=(int)121,
clock-rate=(int)90000, encoding-name=(string)MP4V-ES,
profile-level-id=(string)1" ! filesink location=
/home/vmachines/video/video.mp4</span></span><br>
<br>
The problem is that now the result file is incorrect.<br>
The video result incorrect,i see a lot of artefacts, in half part of
video.<br>
In the other part of video i saw linear colour like gray.<br>
<br>
the streaming video i try to record is:<br>
<br>
Frame Rate: 25<br>
Resolution: 4Cif deinterlaced Frame<br>
Transport protocol: Rtp/Udp<br>
Compression Mode: MPEG4 Compliant Simple Profie<br>
<br>
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2; text-align: -webkit-auto;
text-indent: 0px; text-transform: none; white-space: normal;
widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing:
0px; -webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;
font-size: medium; "><span class="Apple-style-span"
style="font-family: verdana, sans-serif; line-height: 16px;
-webkit-border-horizontal-spacing: 1px;
-webkit-border-vertical-spacing: 1px; font-size: small; "><span
class="Apple-converted-space">Best regards<br>
Loris Michielin<br>
</span></span></span><br>
</body>
</html>