0

Can anyone help with streaming JPEG/JPG files via live555 and play it on vlc. I think I have a problem in this part:

ServerMediaSession* sms = ServerMediaSession::createNew(*env, "testStream", inputFileName,"Session streamed by \"testJPEGVideoStreamer\"",
                       True /*SSM*/);

sms->addSubsession(....?????....Subsession::createNew(*videoSink, rtcp));
rtspServer->addServerMediaSession(sms);

I do not know which subsession file I need to use.

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103

1 Answers1

0

try a PassiveServerMediaSubsession - this is what the test programs use.

IAmJersh
  • 742
  • 8
  • 25