Skip to main content
October 8, 2013
Question

Streaming using livepkgr Cache issues

  • October 8, 2013
  • 1 reply
  • 2794 views

[root@localhost channel777]# ls -l

total 268280

-rw-rw---- 1 ams ams      6430 Oct  8 11:59 channel777.bootstrap

-rw-rw---- 1 ams ams        16 Oct  8 11:59 channel777.control

-rw-rw---- 1 ams ams       434 Oct  8 11:29 channel777.meta

-rw-rw---- 1 ams ams 274679787 Oct  8 11:59 channel777Seg1.f4f

-rw-rw---- 1 ams ams     14649 Oct  8 11:59 channel777Seg1.f4x

[root@localhost channel777]#

This feild -rw-rw---- 1 ams ams 274679787 Oct  8 11:59 channel777Seg1.f4f really concerns me for 2 reasons

Reason

#1 Why does the file get so large? IE: 14 GB before i restart FMLE and Delete the stream data manually. if i don't delete cache iphone/ipad doesn't play correctly when i restart stream.

#2 When i restart FMLE it doesnt delete cache automaticly like Wowza Server.

Im using AMS Extended 5.0.1 r1076

Any suggestions or comments are welcome

Thanks

This topic has been closed for replies.

1 reply

October 8, 2013

You do not have diskmanagment enabled for the livepkgr application in the /application root folder.   It needs to reside in /applications/livepkgr/events/_definst_/liveevent/Event.xml

Google search for samle Event.xml for the livepkgr application.  You can then slice and dice the segments in an array for configurations to suite your server application.

bluraymakulit2 wrote:

[root@localhost channel777]# ls -l

total 268280

-rw-rw---- 1 ams ams      6430 Oct  8 11:59 channel777.bootstrap

-rw-rw---- 1 ams ams        16 Oct  8 11:59 channel777.control

-rw-rw---- 1 ams ams       434 Oct  8 11:29 channel777.meta

-rw-rw---- 1 ams ams 274679787 Oct  8 11:59 channel777Seg1.f4f

-rw-rw---- 1 ams ams     14649 Oct  8 11:59 channel777Seg1.f4x

[root@localhost channel777]#

This feild -rw-rw---- 1 ams ams 274679787 Oct  8 11:59 channel777Seg1.f4f really concerns me for 2 reasons

Reason

#1 Why does the file get so large? IE: 14 GB before i restart FMLE and Delete the stream data manually. if i don't delete cache iphone/ipad doesn't play correctly when i restart stream.

#2 When i restart FMLE it doesnt delete cache automaticly like Wowza Server.

Im using AMS Extended 5.0.1 r1076

Any suggestions or comments are welcome

Thanks

October 8, 2013

Thank you i will look into that and report back.