Skip to main content
Inspiring
September 10, 2012
Answered

Livepkgr Admin panel logs

  • September 10, 2012
  • 1 reply
  • 982 views

Hi,

Is "livepkgr" application access log not recorded the way it records "live" application?

In my FMS, when I broadcast in "rtmp://<myip>/live", whenever someone connects to the stream, the logs appear in the live logs panel of admin console. But when I am streaming at "rtmp://<myip>/livepkgr" nothing is logged when someone access the stream from the website. It shows when fmle connects, and when someone connects from a site including their urls and IP

Is it possible to make livepkgr logs the same way live does?

Thanks

This topic has been closed for replies.
Correct answer SE_0208

Just look at the main.asc - onConnect code of "live" application - you can find it here - <installdir of FMS>\samples\applications\live. You need to put similar code in livepkgr's main.asc.

1 reply

Adobe Employee
September 10, 2012

I am assuming you are talking about This might be because there are not same kind of traces in Application code and hence not logging of such kind for livepkgr. If you are on Interactive Edition this should not be issue as you can modify and put your own traces but if you are on Streaming Edition - this can be issue. We can file bug for the same.

Inspiring
September 10, 2012

If I will change my edition to interactive, what shall I do? Which file to edit? Do you have some sort of documentation for this?

Thanks

SE_0208Correct answer
Adobe Employee
September 10, 2012

Just look at the main.asc - onConnect code of "live" application - you can find it here - <installdir of FMS>\samples\applications\live. You need to put similar code in livepkgr's main.asc.