You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm trying to seek with:
I get the error:
Node version:
v9.11.1
NPM version:
5.6.0
The text was updated successfully, but these errors were encountered: