Skip to main content
August 12, 2010
Question

NetStream.Record.NoAccess

  • August 12, 2010
  • 6 replies
  • 8542 views

Hi All,

I am recording live stream on a server side (using FMIS 3.5.3)

while recording video I am getting NetStream.Record.NoAccess message and recording stops

I checked recorded video length, it is always different,

sometimes only 2 minites, sometimes 10 minutes, sometimes 20 minutes

Anyone faced this problem?

Will be glad if you can help me to solve this

Thanks,

Nurbek

    This topic has been closed for replies.

    6 replies

    Known Participant
    July 23, 2014

    There clearly seems to be a problem with mp4/f4v recording using h264 codec. Can it be a week buffer problem as G-Software mentioned? We have the same problem, publishing live stream with h264 and sorenson and recording the stream on server-side. So the stream is published in "live" mode from the client then the server creates another Stream object and attaches the live stream to it in order to record the new one. We use this strategy because we are not always recording as the client can freely activate/deactivate the recording feature as the meeting goes on. Randomly, we get the same NoAccess message and the record stops. Any idea anyone? I think that's a bug, especially because we don't get any more specific error in the logs...

    Participant
    December 17, 2014

    I seem to be having the same problem, though I am curious if you all see the following symptom as well. When I receive NetStream.Record.NoAccess in the application log, its timecode matches exactly with the following error in the core log:

    2014-12-17 13:03:24 22272 (e)2581279 Assert failed in .\core\FcLiveStream.cpp line 4303 -

    The process ID matches the process ID of the application in the application log.

    Searching on that error only yields a few unanswered questions. We are recording MP4 files in the same way Nicolas describes.

    Does that get anyone closer to an answer?

    Dmitrii Nikolaev
    Known Participant
    June 11, 2014

    Problem is still exist. I can explain detailed with log file how that happens. Anyone can help us?

    Adobe Employee
    July 1, 2014

    if you are seeing the error related to stsd entries, i posted a reply on this thread Stream records for sometime and then gives Stream.Record.NoAccess

    Participant
    August 30, 2012

    Hi,

    I'm experiencing a similar problem, the recoring stops after different durations each time but the files are being written correctly to disk.

    We are seeing the error messages "Error from libf4f.so: F4V error: 1280" and "NetStream.Record.NoAccess"

    August 30, 2012

    Hi,

    after some tests maybe it seems to be a too weak buffer problem. but no sure

    Participant
    August 30, 2012

    Which settings do you suggest we tweak to see if it makes a difference?

    juwang
    Participant
    September 8, 2011

    I have a almost problem.

    fms version:fms3.5.3
    fms is working on nobody.nobody

    I check the record directory, is seem no problem.
    fms src:
    myStream.play("mp4:vc_live/upload/recorded/recordfile.mp4");

    fms.ini:
    RECORDING.DIR = vc_live;/var/www/myproject

    directory permission:
    [nobody@fmsvm myproject]$ ll
    drwxrwxrwx 6 webapp 4.0K Sep  5 16:04 upload/
    [nobody@fmsvm upload]$ ll
    drwxrwsrwx 3 webapp  12K Sep  8 13:27 recorded/

    file is exist but filesize always stoped on 21K.
    [nobody@fmsvm recorded]$ ll fc148c16bf1232058e0bfdd3b7e806ac6deca4b8*
    -rw-r--r-- 1 webapp   8 Sep  8 14:46 fc148c16bf1232058e0bfdd3b7e806ac6deca4b8.log
    -rw-rw---- 1 nobody 21K Sep  8 14:46 fc148c16bf1232058e0bfdd3b7e806ac6deca4b8.mp4
    [nobody@fmsvm recorded]$ ll 1df76f66e882ee5036ea4f5a734ce9c1cae50254*
    -rw-r--r-- 1 webapp   8 Sep  8 15:23 1df76f66e882ee5036ea4f5a734ce9c1cae50254.log
    -rw-rw---- 1 nobody 21K Sep  8 15:23 1df76f66e882ee5036ea4f5a734ce9c1cae50254.mp4
    (webapp is web server user ,recordfile.log is chatlog)

    calmchessplayer
    Inspiring
    September 8, 2011

    You know I had a person with not quite this problem but a very similar problem. I suggested he chmod -R 777 /whatever/dir  but he didn't listen to me instead he  reinstalled FMS on Linux as root or some other power user depends on your Linux distro but by not useing nobody.nobody he fixed the problem. Please forgive me if the syntax of chmod is incorrect or not secure enough for you I haven't used chmod in months but 777 will give you permissions that you need. I've used it before. out of curiosity what Linux Distro are you guys using? You might also be able to use chown and change the owner of the applications/app directory with success.

    Nikhil_Kalyan
    Participating Frequently
    September 18, 2011

    Hi all,

    Is this problem resolved or is it still hurting you guys ? Please let us know. Thank you

    Robert Mc Dowell
    Legend
    September 27, 2010

    I have almost the same problem, unless I really can't record with FMIS or FMDS.

    it says NetStream.Record.NoAccess instantly.

    all permissions of my linux box are ok (nobody.nobody) no SSAS code that unauthorize write access.

    but, on this subject, is there any example of SSAS code script on this matter ?

    August 12, 2010

    This status message generally indicates that you don't have write permissions to the stream. Check the permissions of your streams dir to see if it is read only.

    If that is not the issue, check which application are you trying to publish to, does not SSAS that has code to deny write access to stream

    Thanks,

    Abhishek

    August 12, 2010

    It is recording 10-20 minutes sometimes, sometimes 2 minutes only,

    If that folder doesnt have write permission, it should not record video

    my problem is recording stops after a few minutes later

    August 12, 2010

    Oh Sorry,

    I think I did not get your questions clearly the first time. What format are you publishing and recording in? Also have you checked FMS logs to see if there is something that indicates such action

    Thanks,

    Abhishek