Opened 10 years ago

Closed 10 years ago

#12250 closed Patch - Bug Fix (Won't Fix)

Services: Allow AddVideoLiveStream without Videos Storage Group

Reported by: Donald Oakes <donald@…> Owned by:
Priority: minor Milestone: unknown
Component: MythTV - Services API - Backend Version: 0.27-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Currently the AddVideoLiveStream? service requires users to configure the Videos storage group. Otherwise the full use case for finding and streaming video content works fine without a storage group.

This ticket is to request that AddVideoLiveStream? be made to work without the Videos storage group.

Associated Git pull request: https://github.com/MythTV/mythtv/pull/84

Change History (3)

comment:1 Changed 10 years ago by stuartm

Is this for use with any arbitrary file on the system, or is it for 'local' file support in mythvideo? We're planning on dropping the latter in the next release as it was only kept around because encrypted dvd iso support was missing from the storage group code.

The former adds all sorts of security implications which the Services API is deliberately supposed to avoid.

Last edited 10 years ago by stuartm (previous) (diff)

comment:2 Changed 10 years ago by Donald Oakes <donald@…>

This is for 'local' file support in MythVideo?. I'm writing a Services API client, and for completeness I'd like to support streaming 'local' videos. In 0.27 fixes, GetVideoList? is happy enough to include VideoMetadataInfo? for non-storage-group videos, but AddVideoLiveStream? chokes on a request with the resulting video id.

comment:3 Changed 10 years ago by Raymond Wagner

Resolution: Won't Fix
Status: newclosed

I'm closing this as won't fix. As mentioned, local file access in the Video Library is something we are not planning on supporting going forward, and have been discouraging use of since MythVideo? gained Storage Group support in 0.22.

Note: See TracTickets for help on using tickets.