live555 & libvlc

This forum is about all development around libVLC.
lonely
New Cone
New Cone
Posts: 6
Joined: 23 Aug 2009 08:30

live555 & libvlc

Postby lonely » 22 Dec 2009 07:11

hi there,
I'm looking for suggestion about rtsp implementation. Its contains in the live555 library, for instance... (it comes from testOnDemandRTSPServer.c)

Code: Select all

char const* streamName = "mpeg2TransportStreamTest"; char const* inputFileName = "test.ts"; char const* indexFileName = "test.tsx"; ServerMediaSession* sms = ServerMediaSession::createNew(*env, streamName, streamName, descriptionString); sms->addSubsession(MPEG2TransportFileServerMediaSubsession::createNew(*env, inputFileName, indexFileName, reuseFirstSource)); rtspServer->addServerMediaSession(sms); announceStream(rtspServer, sms, streamName, inputFileName);
but why parts of rtps, i.e. additional http headers like PLAY or PAUSE exit in the some videolan http-server?
Why developers just didn't use implementation from a live555, perhaps thay found any underwater reefs in there?
and rtcp\rtp implementation too(but except of management appending and removing instance from a play list)

Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 33 guests