Re: [Live-devel] playMediaSession H264

2010-03-11 Thread Ross Finlayson
now I have one more question about it. I'm only receiving Slice packets from the H264 Server now(type 1 and 5). Why I don't receive SPS, SEI or PPS packets? Perhaps your server just isn't sending them (in the stream)? SPS and PPS NAL units (I don't know anything about "SEI" NAL units) are us

Re: [Live-devel] playMediaSession H264

2010-03-11 Thread Miguel Angel Arcos
Hi, now I have one more question about it. I'm only receiving Slice packets from the H264 Server now(type 1 and 5). Why I don't receive SPS, SEI or PPS packets? Without this packets the video is impossible to see because I don't have all the information to decode. PD: In VLC looking the message bo

Re: [Live-devel] playMediaSession H264

2010-03-10 Thread Miguel Angel Arcos
I solved the problem after I updated live555 to the last version. Thanks. 2010/3/11 Ross Finlayson > I'm having some problems with an specific IP source of H264. The problem is >> on the response of PlayMediaSession. >> I send this: >> >> OPTIONS, DESCRIBE, SETUP and PLAY. >> >> when I send PLAY

Re: [Live-devel] playMediaSession H264

2010-03-10 Thread Ross Finlayson
I'm having some problems with an specific IP source of H264. The problem is on the response of PlayMediaSession. I send this: OPTIONS, DESCRIBE, SETUP and PLAY. when I send PLAY I receive BAD REQUEST from the Server. What happens when you use "openRTSP" as your client? -- Ross Finlayson Live

[Live-devel] playMediaSession H264

2010-03-08 Thread Miguel Angel Arcos
Hi developers, I'm having some problems with an specific IP source of H264. The problem is on the response of PlayMediaSession. I send this: OPTIONS, DESCRIBE, SETUP and PLAY. when I send PLAY I receive BAD REQUEST from the Server. In all the other cases I receive OK. I don't understand where i