Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Is Elearning vedio type only support youtube and google?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
elearning
5 Respuestas
8849 Vistas
Avatar
YoungTL

Is Elearning vedio type only support youtube and google?

If  I build a file server with IIS or some others, some mp4 files in this folder, I can use chrome to play it.

Does Elearning support to add vedio url like use my own file server or media server.

You know some area can't use any youtube and google service.

1
Avatar
Descartar
Avatar
Ray Carnes (ray)
Mejor respuesta

You explain more what Anisha was posting about:


You can add any external link in a Course like this:



You then edit the Course Page to add a screenshot and some text, so your students see this:

When the click the VIDEO link, they will see your content in another Tab.

3
Avatar
Descartar
Herve

ok, that's true that Anisha answer about "external links", but the initial question was about "Elearning video type",

anyway, your turnaround is interesting, thanks

Avatar
Anisha Bahukhandi
Mejor respuesta

Hello there, 

You can add video in Odoo E-learning via any external links. YouTube is one of an external link to add video. 

Thanks

Anisha Bahukhandi

1
Avatar
Descartar
Herve

That's not that simple : it clearly doesn't work for me !

Herve

I checked your answer quite deep in the code odoo v13 and it is simply wrong

Avatar
Kashif Aziz
Mejor respuesta

we have module that support local uploaded videos too

0
Avatar
Descartar
Avatar
YoungTL
Autor Mejor respuesta

Thank you for your answer

But when I add content like this "https://v.youku.com/v_show/id_XNDQ0NTYwODgwNA==.html".
And I had try many urls, it's always tips like this "Could not fetch data from url. Document or access right not available: Unknown document".

And in the source codes, there are so many codes about youtube and google. 

url = fields.Char('Document URL', help="Youtube or Google Document URL")
document_id = fields.Char('Document ID', help="Youtube or Google Document ID")

def _find_document_data_from_url(self, url):
url_obj = urls.url_parse(url)
if url_obj.ascii_host == 'youtu.be':
return ('youtube', url_obj.path[1:] if url_obj.path else False)
elif url_obj.ascii_host in ('youtube.com', 'www.youtube.com', 'm.youtube.com'):
v_query_value = url_obj.decode_query().get('v')
if v_query_value:
return ('youtube', v_query_value)
split_path = url_obj.path.split('/')
if len(split_path) >= 3 and split_path[1] in ('v', 'embed'):
return ('youtube', split_path[2])


0
Avatar
Descartar
Avatar
Herve
Mejor respuesta

I have the same issue. I tried with a simple .mp4 file in a directory with free access on internet and a quite small file : 3Mbytes.

The result is the same : "Could not fetch data from url. Document or access right...."

I searched into the code and found the same function as @youngTl in the odoo v13 code :

the only url authorized are from : 'youtube.be', youtube.com', 'www.youtube.com', 'm.youtube.com'
and docs.google.com and drive.google.com with some /d/ in it's url
everything else will return the error we got.

I didn't found the trick to get it from drive.google.co.

but after some difficulties, I succeded to do it with this url : https://drive.google.com/file/d/1AeaRXWV2Jg1K0jqC6Nlm4YQvO7XZamn5/view

so I succeeded to register my video in my lesson, but when I when to display the video I get this error : "Video unavailable This video has been removed by the uploader" despite the fact that the video works perfectly if I put the url directly into my browser : here, even the error message is wrong !

At the end of the day, I think that Odoo accepts only "Youtube or Google Doc URL" : it uses the url only to extract an id of document which is specific to youtube for the videos and at the end it only accepts to cast Youtube videos. Why ? It's a pity, isn't it ?

And at the end of the end of the day, as a workaround, I put my video as an additional link in an empty lesson. By this way, my students can cast it ...

0
Avatar
Descartar
Ray Carnes (ray)

Any external URL that a browser can render is acceptable - please see my answer.

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Where are uploaded eLearning documents stored? Can I modify the location?
elearning
Avatar
Avatar
Avatar
2
jul 23
3673
Can you set prices for your courses in Odoo eLearning and enable payment from customers?
elearning
Avatar
Avatar
1
oct 22
8609
E-learning PowerPoint files
elearning
Avatar
Avatar
Avatar
2
may 25
10166
Upload Video from compute in e-Learning Module V13 ? Resuelto
elearning
Avatar
Avatar
Avatar
2
mar 22
6230
eLearning with SCORM standard compatibility
elearning
Avatar
Avatar
Avatar
2
dic 21
11113
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now