Skip to main content
Known Participant
December 16, 2012
Question

Do livepkgr cen broadcast both in RTMP and in HTTP live streaming?

  • December 16, 2012
  • 1 reply
  • 2172 views

When live cam publish stream to livepkgr for example:

out_netStream.publish("livestream?adbe-live-event=eventID", "live");


do livepkgr cen broadcast out this stream at the same time in parallel both in

RTMP and in HTTP live streaming?

thanks

cheinan

This topic has been closed for replies.

1 reply

December 17, 2012

Yes, you can play the same stream being published to livepkgr app using rtmp also.

cheinanAuthor
Known Participant
December 17, 2012

When i try to see the RTMP stream at the browser swf viewr side

from publishing that way:

out_netStream.publish("livestream?adbe-live-event=eventID", "live");

I try:

in_netStream.play("eventID");

in_netStream.play("livestream?adbe-live-event=eventID");

in_netStream.play("livestream");

none is working...

What i have to write here?

in_netStream.play("???"); (just write whet have to be insted of the - ???).

big thanks

cheinan

Adobe Employee
December 17, 2012

in_stream.play("livestream") should work. Are you sure you are publishing "livestream" and not "livestream%i" ?