Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeking Bug with Samsung Smart TV #12

Open
fijiwebdesign opened this issue May 15, 2018 · 0 comments
Open

Seeking Bug with Samsung Smart TV #12

fijiwebdesign opened this issue May 15, 2018 · 0 comments

Comments

@fijiwebdesign
Copy link

fijiwebdesign commented May 15, 2018

I'm trying to seek with:

const value = 60*10 // eg. 10 mins
const time = parseInt(value, 10)
          player.seek(time, function(err) {
            if (err) console.log('Err', err)
          })

I get the error:

{ Error: Transition not available (701)
    at /Users/chandra/Gabe/streamcaster/dlnacasts/node_modules/upnp-device-client/index.js:141:21
    at ConcatStream.<anonymous> (/Users/chandra/Gabe/streamcaster/dlnacasts/node_modules/concat-stream/index.js:36:43)
    at ConcatStream.emit (events.js:185:15)
    at finishMaybe (/Users/chandra/Gabe/streamcaster/dlnacasts/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:607:14)
    at afterWrite (/Users/chandra/Gabe/streamcaster/dlnacasts/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:470:3)
    at process._tickCallback (internal/process/next_tick.js:178:19) code: 'EUPNP', statusCode: 500, errorCode: '701' }

Node version: v9.11.1
NPM version: 5.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant