Search found 12 matches

Go to advanced search

by QuakeCH
09 Feb 2008 09:14
Forum: VLC stream-output (sout)
Topic: Problem with "waiting for SPS/PPS"
Replies: 8
Views: 5926

Re: Problem with "waiting for SPS/PPS"

Bug confirmed by Dev Team.
by QuakeCH
06 Feb 2008 21:34
Forum: VLC stream-output (sout)
Topic: Problem with "waiting for SPS/PPS"
Replies: 8
Views: 5926

Re: Problem with "waiting for SPS/PPS"

Solution : Edit the file : modules/packetizer/h264.c Find this part of code. if( p_sys->b_slice && ( !p_sys->b_sps || !p_sys->b_pps ) ) { block_ChainRelease( p_sys->p_frame ); msg_Warn( p_dec, "waiting for SPS/PPS" ); /* Reset context */ p_sys->slice.i_frame_type = 0; p_sys->p_fra...
by QuakeCH
06 Feb 2008 17:21
Forum: VLC stream-output (sout)
Topic: Streaming H.264 using Videolan
Replies: 21
Views: 19485

Re: Streaming H.264 using Videolan

If you can read french -> http://blog.quakenet.ch/?p=6 , you should find the solution.

Just don't forget to add : --enable-x264 to configure line :)
by QuakeCH
01 Feb 2008 16:58
Forum: VLC stream-output (sout)
Topic: Problem with "waiting for SPS/PPS"
Replies: 8
Views: 5926

Re: Problem with "waiting for SPS/PPS"

This happend if I switch to UDP so that's not a problem with UDP. But I have a theory : Main Server send Informations about SPS/PPS to the relay server then the relay server found that the Stream is a NAL_SPS and NAL_PPS. But he don't relay to the client because for him it's ok. So I think that ther...
by QuakeCH
30 Jan 2008 21:07
Forum: VLC stream-output (sout)
Topic: Problem with "waiting for SPS/PPS"
Replies: 8
Views: 5926

Re: Problem with "waiting for SPS/PPS"

This problem still happend with 30.01.2008 Nightly build :(
by QuakeCH
28 Jan 2008 12:57
Forum: VLC stream-output (sout)
Topic: Problem with "waiting for SPS/PPS"
Replies: 8
Views: 5926

Re: Problem with "waiting for SPS/PPS"

Hello,

Any developpers or modo know how to resolve this issue ? :)

Thank you
by QuakeCH
27 Jan 2008 16:18
Forum: VLC stream-output (sout)
Topic: Problem with "waiting for SPS/PPS"
Replies: 8
Views: 5926

Problem with "waiting for SPS/PPS"

Hello, I'm using a nightly version of VLC (vlc-0.9.0 , 20080120) and have a problem with the relay server. The main server isn't making problems , I can get the video + audio correctly. But If I'm trying to connect onto the Relay server I become always : "waiting for SPS/PPS" on my VLC cli...
by QuakeCH
30 Jul 2007 20:24
Forum: VLC stream-output (sout)
Topic: [Tutorial] Hauppauge PVR USB2
Replies: 3
Views: 4822

Re: [Tutorial] Hauppauge PVR USB2

Doesn't like to write in Wiki :) Prefer in the forum , but if you want to push the tuto into the wiki , it's not a problem.
by QuakeCH
29 Jul 2007 14:39
Forum: VLC stream-output (sout)
Topic: [Tutorial] Hauppauge PVR USB2
Replies: 3
Views: 4822

Re: [Tutorial] Hauppauge PVR USB2

It's up to date , I hope that's going to help everyone who's need help to use Hauppauge PVR USB2
by QuakeCH
28 Jul 2007 11:16
Forum: VLC stream-output (sout)
Topic: Hardware compability list - We need your help!
Replies: 75
Views: 74115

Hauppauge PVR-USB2

The Hauppauge PVR-USB2 is fully compatible. (Be sure that you have at least kernel 2.6.20)

Tutorial to install this USB2 Tuner TV Device -> viewtopic.php?f=4&t=39439
by QuakeCH
27 Jul 2007 20:45
Forum: VLC stream-output (sout)
Topic: [Tutorial] Hauppauge PVR USB2
Replies: 3
Views: 4822

[Tutorial] Hauppauge PVR USB2

Hello, I'm writing this tutorialt o help people who are using the PVR USB2 from Hauppauge (It can be maybe be use for another Hauppauge Tuner TV Cards). System on which PVR USB2 is connected : Mainboard : Itox G5C100-N-G CPU : T2300 RAM : 1Gb Network : 2 x 1Gbps OS : Debian Lenny , Kernel 2.6.21 [St...

Go to advanced search